UNNotificationAttachmentOptions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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