Partager via


NSExtensionContext.Notifications Classe

Définition

Classe qui contient des gestionnaires pour les notifications de contexte d’extension.

public static class NSExtensionContext.Notifications
type NSExtensionContext.Notifications = class
Héritage
NSExtensionContext.Notifications

Méthodes

ObserveHostDidBecomeActive(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la HostDidBecomeActiveNotification constante.

ObserveHostDidBecomeActive(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la HostDidBecomeActiveNotification constante.

ObserveHostDidEnterBackground(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la HostDidEnterBackgroundNotification constante.

ObserveHostDidEnterBackground(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la HostDidEnterBackgroundNotification constante.

ObserveHostWillEnterForeground(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la HostWillEnterForegroundNotification constante.

ObserveHostWillEnterForeground(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la HostWillEnterForegroundNotification constante.

ObserveHostWillResignActive(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la HostWillResignActiveNotification constante.

ObserveHostWillResignActive(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la HostWillResignActiveNotification constante.

S’applique à