UNTextInputNotificationAction.FromIdentifier Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea e restituisce una nuova azione di notifica di input di testo con i valori specificati.
[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
Parametri
- identifier
- String
Identificatore univoco per l'azione nell'ambito dell'app.
- title
- String
Titolo dell'azione.
- options
- UNNotificationActionOptions
Opzioni dell'azione di notifica.
- textInputButtonTitle
- String
Titolo del pulsante di input di testo.
- textInputPlaceholder
- String
Testo segnaposto.
Restituisce
Nuova azione di notifica di input di testo con i valori specificati
- Attributi