共用方式為


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 強型別通知。

適用於