UNTextInputNotificationAction.FromIdentifier 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建并返回具有指定值的新文本输入通知操作。
[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
占位符文本。
返回
具有指定值的新文本输入通知操作
- 属性