Partager via


UIScreen.Notifications Classe

Définition

Notification publiée par la UIScreen classe.

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

Remarques

Il s’agit d’une classe statique qui contient différentes méthodes d’assistance qui permettent aux développeurs d’observer les événements publiés dans le hub de notification iOS (NSNotificationCenter).

Les méthodes définies dans cette classe post-événements appellent la méthode ou lambda fournie avec un NSNotificationEventArgs paramètre qui contient des propriétés fortement typées pour les arguments de notification.

Méthodes

ObserveBrightnessDidChange(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la BrightnessDidChangeNotification constante.

ObserveBrightnessDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la BrightnessDidChangeNotification constante.

ObserveCapturedDidChange(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la CapturedDidChangeNotification constante.

ObserveCapturedDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la CapturedDidChangeNotification constante.

ObserveDidConnect(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la DidConnectNotification constante.

ObserveDidConnect(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la DidConnectNotification constante.

ObserveDidDisconnect(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la DidDisconnectNotification constante.

ObserveDidDisconnect(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la DidDisconnectNotification constante.

ObserveModeDidChange(EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la ModeDidChangeNotification constante.

ObserveModeDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notification fortement typée pour la ModeDidChangeNotification constante.

S’applique à