UNUserNotificationCenterDelegate_Extensions.DidReceiveNotificationResponse 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當使用者從應用程式的通知中選取動作時呼叫。
[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
參數
這個擴充方法運作所在的實例。
- center
- UNUserNotificationCenter
收到回應的通知中心。
- response
- UNNotificationResponse
使用者的回應。
- completionHandler
- Action
沒有引數且不會傳回任何值的動作。
- 屬性