NSExtensionContext.Notifications Clase

Definición

Clase que contiene controladores para las notificaciones de contexto de extensión.

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

Métodos

ObserveHostDidBecomeActive(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la HostDidBecomeActiveNotification constante.

ObserveHostDidBecomeActive(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la HostDidBecomeActiveNotification constante.

ObserveHostDidEnterBackground(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la HostDidEnterBackgroundNotification constante.

ObserveHostDidEnterBackground(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la HostDidEnterBackgroundNotification constante.

ObserveHostWillEnterForeground(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la HostWillEnterForegroundNotification constante.

ObserveHostWillEnterForeground(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la HostWillEnterForegroundNotification constante.

ObserveHostWillResignActive(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la HostWillResignActiveNotification constante.

ObserveHostWillResignActive(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la HostWillResignActiveNotification constante.

Se aplica a