NSExtensionContext.Notifications Class

Definition

Class that contains handlers for extension context notifications.

public static class NSExtensionContext.Notifications
type NSExtensionContext.Notifications = class
Inheritance
NSExtensionContext.Notifications

Methods

ObserveHostDidBecomeActive(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the HostDidBecomeActiveNotification constant.

ObserveHostDidBecomeActive(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the HostDidBecomeActiveNotification constant.

ObserveHostDidEnterBackground(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the HostDidEnterBackgroundNotification constant.

ObserveHostDidEnterBackground(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the HostDidEnterBackgroundNotification constant.

ObserveHostWillEnterForeground(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the HostWillEnterForegroundNotification constant.

ObserveHostWillEnterForeground(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the HostWillEnterForegroundNotification constant.

ObserveHostWillResignActive(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the HostWillResignActiveNotification constant.

ObserveHostWillResignActive(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the HostWillResignActiveNotification constant.

Applies to