次の方法で共有


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

適用対象