Condividi tramite


NSExtensionContext.Notifications Classe

Definizione

Classe che contiene gestori per le notifiche del contesto di estensione.

public static class NSExtensionContext.Notifications
type NSExtensionContext.Notifications = class
Ereditarietà
NSExtensionContext.Notifications

Metodi

ObserveHostDidBecomeActive(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la HostDidBecomeActiveNotification costante.

ObserveHostDidBecomeActive(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la HostDidBecomeActiveNotification costante.

ObserveHostDidEnterBackground(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la HostDidEnterBackgroundNotification costante.

ObserveHostDidEnterBackground(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la HostDidEnterBackgroundNotification costante.

ObserveHostWillEnterForeground(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la HostWillEnterForegroundNotification costante.

ObserveHostWillEnterForeground(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la HostWillEnterForegroundNotification costante.

ObserveHostWillResignActive(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la HostWillResignActiveNotification costante.

ObserveHostWillResignActive(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la HostWillResignActiveNotification costante.

Si applica a