UNTextInputNotificationAction.FromIdentifier Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates and returns a new text input notification action with the specified values.
[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
Parameters
- identifier
- String
The unique identifier for the action within the scope of the app.
- title
- String
The title of the action.
- options
- UNNotificationActionOptions
The notification action options.
- textInputButtonTitle
- String
The title of the text input button.
- textInputPlaceholder
- String
The placeholder text.
Returns
A new text input notification action with the specified values
- Attributes