Compartir a través de


UNNotificationAttachment.FromIdentifier Método

Definición

Sobrecargas

FromIdentifier(String, NSUrl, NSDictionary, NSError)

Crea y devuelve un nuevo archivo adjunto de notificación con los datos identifieradjuntos proporcionados, url, optionsy options.

FromIdentifier(String, NSUrl, UNNotificationAttachmentOptions, NSError)

FromIdentifier(String, NSUrl, NSDictionary, NSError)

Crea y devuelve un nuevo archivo adjunto de notificación con los datos identifieradjuntos proporcionados, url, optionsy options.

[Foundation.Export("attachmentWithIdentifier:URL:options:error:")]
public static UserNotifications.UNNotificationAttachment FromIdentifier (string identifier, Foundation.NSUrl url, Foundation.NSDictionary options, out Foundation.NSError error);
static member FromIdentifier : string * Foundation.NSUrl * Foundation.NSDictionary *  -> UserNotifications.UNNotificationAttachment

Parámetros

identifier
String

Identificador de datos adjuntos único.

url
NSUrl

Ubicación de los datos adjuntos.

options
NSDictionary

Diccionario de opciones de datos adjuntos, como recorte de rectángulos, números de fotogramas de animación, etc.

Este parámetro puede ser null.

error
NSError

Ubicación en la que se escribirán los errores.

Este parámetro puede ser null.

Devoluciones

Un nuevo adjunto de notificaciones.

Atributos

Se aplica a

FromIdentifier(String, NSUrl, UNNotificationAttachmentOptions, NSError)

public static UserNotifications.UNNotificationAttachment FromIdentifier (string identifier, Foundation.NSUrl url, UserNotifications.UNNotificationAttachmentOptions attachmentOptions, out Foundation.NSError error);
static member FromIdentifier : string * Foundation.NSUrl * UserNotifications.UNNotificationAttachmentOptions *  -> UserNotifications.UNNotificationAttachment

Parámetros

identifier
String
url
NSUrl
error
NSError

Devoluciones

Se aplica a