UNUserNotificationCenterDelegate_Extensions.DidReceiveNotificationResponse 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.
Chiamato quando l'utente seleziona un'azione da una notifica dall'app.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidReceiveNotificationResponse (this UserNotifications.IUNUserNotificationCenterDelegate This, UserNotifications.UNUserNotificationCenter center, UserNotifications.UNNotificationResponse response, Action completionHandler);
static member DidReceiveNotificationResponse : UserNotifications.IUNUserNotificationCenterDelegate * UserNotifications.UNUserNotificationCenter * UserNotifications.UNNotificationResponse * Action -> unit
Parametri
Istanza in cui funziona questo metodo di estensione.
- center
- UNUserNotificationCenter
Centro notifiche che ha ricevuto la risposta.
- response
- UNNotificationResponse
Risposta dell'utente.
- completionHandler
- Action
Azione che non accetta argomenti e non restituisce alcun valore.
- Attributi