UNNotificationAttachmentOptions コンストラクター

定義

オーバーロード

UNNotificationAttachmentOptions()

空の添付ファイル オプション オブジェクトを作成します。

UNNotificationAttachmentOptions(NSDictionary)

指定されたディクショナリから attachments options オブジェクトを作成します。

UNNotificationAttachmentOptions()

空の添付ファイル オプション オブジェクトを作成します。

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

適用対象

UNNotificationAttachmentOptions(NSDictionary)

指定されたディクショナリから attachments options オブジェクトを作成します。

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

パラメーター

dictionary
NSDictionary
属性

適用対象