Partager via


UNTextInputNotificationAction.FromIdentifier Méthode

Définition

Crée et retourne une action de notification d’entrée de texte avec les valeurs spécifiées.

[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

Paramètres

identifier
String

Identificateur unique de l’action dans l’étendue de l’application.

title
String

Titre de l’action.

options
UNNotificationActionOptions

Options d’action de notification.

textInputButtonTitle
String

Titre du bouton d’entrée de texte.

textInputPlaceholder
String

Texte de l'espace réservé.

Retours

Nouvelle action de notification d’entrée de texte avec les valeurs spécifiées

Attributs

S’applique à