UNNotificationAttachmentOptions Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
UNNotificationAttachmentOptions() |
Erstellt ein leeres Anlageoptionen-Objekt. |
UNNotificationAttachmentOptions(NSDictionary) |
Erstellt ein Attachments-Optionsobjekt aus dem angegebenen Wörterbuch. |
UNNotificationAttachmentOptions()
Erstellt ein leeres Anlageoptionen-Objekt.
[Foundation.Preserve(Conditional=true)]
public UNNotificationAttachmentOptions ();
- Attribute
Gilt für:
UNNotificationAttachmentOptions(NSDictionary)
Erstellt ein Attachments-Optionsobjekt aus dem angegebenen Wörterbuch.
[Foundation.Preserve(Conditional=true)]
public UNNotificationAttachmentOptions (Foundation.NSDictionary dictionary);
new UserNotifications.UNNotificationAttachmentOptions : Foundation.NSDictionary -> UserNotifications.UNNotificationAttachmentOptions
Parameter
- dictionary
- NSDictionary
- Attribute