次の方法で共有


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

引数を受け取り、値を返さないアクション。

属性

適用対象