Compartir a través de


UNTextInputNotificationAction.FromIdentifier Método

Definición

Crea y devuelve una nueva acción de notificación de entrada de texto con los valores especificados.

[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

Parámetros

identifier
String

Identificador único de la acción dentro del ámbito de la aplicación.

title
String

Título de la acción.

options
UNNotificationActionOptions

Opciones de acción de notificación.

textInputButtonTitle
String

Título del botón de entrada de texto.

textInputPlaceholder
String

Texto del marcador de posición.

Devoluciones

Nueva acción de notificación de entrada de texto con los valores especificados

Atributos

Se aplica a