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

返回

适用于