NSExtensionContext.Notifications 类

定义

包含扩展上下文通知的处理程序的类。

public static class NSExtensionContext.Notifications
type NSExtensionContext.Notifications = class
继承
NSExtensionContext.Notifications

方法

ObserveHostDidBecomeActive(EventHandler<NSNotificationEventArgs>)

常量的强类型通知 HostDidBecomeActiveNotification

ObserveHostDidBecomeActive(NSObject, EventHandler<NSNotificationEventArgs>)

常量的强类型通知 HostDidBecomeActiveNotification

ObserveHostDidEnterBackground(EventHandler<NSNotificationEventArgs>)

常量的强类型通知 HostDidEnterBackgroundNotification

ObserveHostDidEnterBackground(NSObject, EventHandler<NSNotificationEventArgs>)

常量的强类型通知 HostDidEnterBackgroundNotification

ObserveHostWillEnterForeground(EventHandler<NSNotificationEventArgs>)

常量的强类型通知 HostWillEnterForegroundNotification

ObserveHostWillEnterForeground(NSObject, EventHandler<NSNotificationEventArgs>)

常量的强类型通知 HostWillEnterForegroundNotification

ObserveHostWillResignActive(EventHandler<NSNotificationEventArgs>)

常量的强类型通知 HostWillResignActiveNotification

ObserveHostWillResignActive(NSObject, EventHandler<NSNotificationEventArgs>)

常量的强类型通知 HostWillResignActiveNotification

适用于