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

调用 以将通知传递到前台运行的应用程序。

适用于