UNNotificationAttachmentOptions Constructors

Definition

Overloads

UNNotificationAttachmentOptions()

Creates an empty attachment options object.

UNNotificationAttachmentOptions(NSDictionary)

Creates an attachments options object from the supplied dictionary.

UNNotificationAttachmentOptions()

Creates an empty attachment options object.

[Foundation.Preserve(Conditional=true)]
public UNNotificationAttachmentOptions ();
Attributes

Applies to

UNNotificationAttachmentOptions(NSDictionary)

Creates an attachments options object from the supplied dictionary.

[Foundation.Preserve(Conditional=true)]
public UNNotificationAttachmentOptions (Foundation.NSDictionary dictionary);
new UserNotifications.UNNotificationAttachmentOptions : Foundation.NSDictionary -> UserNotifications.UNNotificationAttachmentOptions

Parameters

dictionary
NSDictionary
Attributes

Applies to