共用方式為


UNUserNotificationCenterDelegate_Extensions 類別

定義

介面的 IUNUserNotificationCenterDelegate 擴充方法,以支援來自 UNUserNotificationCenterDelegate 通訊協定的所有方法。

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>)

呼叫 以將通知傳遞至前景中執行的應用程式。

適用於