UNTextInputNotificationAction.FromIdentifier Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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