Partager via


UNUserNotificationCenterDelegate_Extensions.DidReceiveNotificationResponse Méthode

Définition

Appelé lorsque l’utilisateur sélectionne une action à partir d’une notification de l’application.

[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

Paramètres

This
IUNUserNotificationCenterDelegate

Instance sur laquelle cette méthode d’extension fonctionne.

center
UNUserNotificationCenter

Centre de notifications qui a reçu la réponse.

response
UNNotificationResponse

Réponse de l’utilisateur.

completionHandler
Action

Action qui ne prend aucun argument et ne retourne aucune valeur.

Attributs

S’applique à