Condividi tramite


UNUserNotificationCenterDelegate_Extensions.DidReceiveNotificationResponse Metodo

Definizione

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

This
IUNUserNotificationCenterDelegate

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

Si applica a