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
引数を受け取り、値を返さないアクション。
- 属性