UNTextInputNotificationAction.FromIdentifier 方法

定义

创建并返回具有指定值的新文本输入通知操作。

[Foundation.Export("actionWithIdentifier:title:options:textInputButtonTitle:textInputPlaceholder:")]
public static UserNotifications.UNTextInputNotificationAction FromIdentifier (string identifier, string title, UserNotifications.UNNotificationActionOptions options, string textInputButtonTitle, string textInputPlaceholder);
static member FromIdentifier : string * string * UserNotifications.UNNotificationActionOptions * string * string -> UserNotifications.UNTextInputNotificationAction

参数

identifier
String

应用范围内操作的唯一标识符。

title
String

操作的标题。

options
UNNotificationActionOptions

通知操作选项。

textInputButtonTitle
String

文本输入按钮的标题。

textInputPlaceholder
String

占位符文本。

返回

具有指定值的新文本输入通知操作

属性

适用于