UNNotificationAttachment.FromIdentifier Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
FromIdentifier(String, NSUrl, NSDictionary, NSError) |
Crea y devuelve un nuevo archivo adjunto de notificación con los datos |
FromIdentifier(String, NSUrl, UNNotificationAttachmentOptions, NSError) |
FromIdentifier(String, NSUrl, NSDictionary, NSError)
Crea y devuelve un nuevo archivo adjunto de notificación con los datos identifier
adjuntos proporcionados, url
, options
y 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
.
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
- attachmentOptions
- UNNotificationAttachmentOptions
- error
- NSError