次の方法で共有


UNUserNotificationCenterDelegate_Extensions クラス

定義

プロトコルからUNUserNotificationCenterDelegateのすべてのメソッドをIUNUserNotificationCenterDelegateサポートする インターフェイスへの拡張メソッド。

public static class UNUserNotificationCenterDelegate_Extensions
type UNUserNotificationCenterDelegate_Extensions = class
継承
UNUserNotificationCenterDelegate_Extensions

注釈

の拡張メソッドを使用すると、 IUNUserNotificationCenterDelegate 開発者はインターフェイスのインスタンスを、元 UNUserNotificationCenterDelegate のプロトコルのすべての省略可能なメソッドを持つものとして処理できます。 インターフェイスには必要なメンバーのみが含まれているので、これらの拡張メソッドを使用すると、開発者はプロトコルの省略可能なメンバーを呼び出すことができるようになります。

メソッド

DidReceiveNotificationResponse(IUNUserNotificationCenterDelegate, UNUserNotificationCenter, UNNotificationResponse, Action)

ユーザーがアプリからの通知からアクションを選択したときに呼び出されます。

OpenSettings(IUNUserNotificationCenterDelegate, UNUserNotificationCenter, UNNotification)

アプリ内通知設定を開くために呼び出されます。

WillPresentNotification(IUNUserNotificationCenterDelegate, UNUserNotificationCenter, UNNotification, Action<UNNotificationPresentationOptions>)

フォアグラウンドで実行されているアプリケーションに通知を配信するために呼び出されます。

適用対象