Condividi tramite


UNTextInputNotificationAction.FromIdentifier Metodo

Definizione

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

Si applica a