Freigeben über


UNUserNotificationCenterDelegate_Extensions.DidReceiveNotificationResponse Methode

Definition

Wird aufgerufen, wenn der Benutzer eine Aktion aus einer Benachrichtigung aus der App auswählt.

[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

Parameter

This
IUNUserNotificationCenterDelegate

Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.

center
UNUserNotificationCenter

Das Benachrichtigungscenter, das die Antwort empfangen hat.

response
UNNotificationResponse

Die Antwort des Benutzers.

completionHandler
Action

Eine Aktion, die keine Argumente akzeptiert und keinen Wert zurückgibt.

Attribute

Gilt für: