UNTextInputNotificationAction.FromIdentifier Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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