共用方式為


UNNotificationAttachment.FromIdentifier 方法

定義

多載

FromIdentifier(String, NSUrl, NSDictionary, NSError)

使用提供的 identifierurloptionsoptions ,建立並傳回新的通知附件。

FromIdentifier(String, NSUrl, UNNotificationAttachmentOptions, NSError)

FromIdentifier(String, NSUrl, NSDictionary, NSError)

使用提供的 identifierurloptionsoptions ,建立並傳回新的通知附件。

[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

參數

identifier
String

唯一附件識別碼。

url
NSUrl

附件的位置。

options
NSDictionary

附件選項的字典,例如裁剪矩形、動畫框架編號等等。

這個參數可以是 null

error
NSError

將寫入錯誤的位置。

這個參數可以是 null

傳回

新的通知附加項。

屬性

適用於

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

參數

identifier
String
url
NSUrl
error
NSError

傳回

適用於