共用方式為


UNUserNotificationCenterDelegate_Extensions.DidReceiveNotificationResponse 方法

定義

當使用者從應用程式的通知中選取動作時呼叫。

[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

參數

This
IUNUserNotificationCenterDelegate

這個擴充方法運作所在的實例。

center
UNUserNotificationCenter

收到回應的通知中心。

response
UNNotificationResponse

使用者的回應。

completionHandler
Action

沒有引數且不會傳回任何值的動作。

屬性

適用於