UNNotificationAttachment.FromIdentifier Metodo

Definizione

Overload

FromIdentifier(String, NSUrl, NSDictionary, NSError)

Crea e restituisce un nuovo allegato di notifica con l'oggetto , , urloptionse optionsfornitoidentifier.

FromIdentifier(String, NSUrl, UNNotificationAttachmentOptions, NSError)

FromIdentifier(String, NSUrl, NSDictionary, NSError)

Crea e restituisce un nuovo allegato di notifica con l'oggetto , , urloptionse optionsfornitoidentifier.

[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

Parametri

identifier
String

Identificatore univoco dell'allegato.

url
NSUrl

Posizione dell'allegato.

options
NSDictionary

Dizionario di opzioni degli allegati, ad esempio rettangoli di ritaglio, numeri di fotogrammi di animazione e così via.

Questo parametro può essere null.

error
NSError

Percorso in cui verranno scritti gli errori.

Questo parametro può essere null.

Restituisce

Nuovo allegato di notifica.

Attributi

Si applica 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

Parametri

identifier
String
url
NSUrl
error
NSError

Restituisce

Si applica a