UNNotificationAttachment.FromIdentifier Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
FromIdentifier(String, NSUrl, NSDictionary, NSError) |
Cria e retorna um novo anexo de notificação com os fornecidos |
FromIdentifier(String, NSUrl, UNNotificationAttachmentOptions, NSError) |
FromIdentifier(String, NSUrl, NSDictionary, NSError)
Cria e retorna um novo anexo de notificação com os fornecidos identifier
, url
, options
e 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
O identificador de anexo exclusivo.
- url
- NSUrl
O local do anexo.
- options
- NSDictionary
Um dicionário de opções de anexo, como retângulos de recorte, números de quadro de animação e assim por diante.
Esse parâmetro pode ser null
.
Retornos
Um novo anexador de notificação.
- Atributos
Aplica-se 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