Compartilhar via


UNTextInputNotificationAction.FromIdentifier Método

Definição

Cria e retorna uma nova ação de notificação de entrada de texto com os 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

O identificador exclusivo da ação dentro do escopo do aplicativo.

title
String

O título da ação.

options
UNNotificationActionOptions

As opções de ação de notificação.

textInputButtonTitle
String

O título do botão de entrada de texto.

textInputPlaceholder
String

O texto de espaço reservado.

Retornos

Uma nova ação de notificação de entrada de texto com os valores especificados

Atributos

Aplica-se a