UNUserNotificationCenterDelegate_Extensions.DidReceiveNotificationResponse Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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