Share via


UIScreen.Notifications Clase

Definición

Notificación publicada por la UIScreen clase .

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

Comentarios

Se trata de una clase estática que contiene varios métodos auxiliares que permiten a los desarrolladores observar eventos publicados en el centro de notificaciones de iOS (NSNotificationCenter).

Los métodos definidos en esta clase publican eventos invocan el método proporcionado o lambda con un NSNotificationEventArgs parámetro que contiene propiedades fuertemente tipadas para los argumentos de notificación.

Métodos

ObserveBrightnessDidChange(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la BrightnessDidChangeNotification constante.

ObserveBrightnessDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la BrightnessDidChangeNotification constante.

ObserveCapturedDidChange(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la CapturedDidChangeNotification constante.

ObserveCapturedDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la CapturedDidChangeNotification constante.

ObserveDidConnect(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DidConnectNotification constante.

ObserveDidConnect(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DidConnectNotification constante.

ObserveDidDisconnect(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DidDisconnectNotification constante.

ObserveDidDisconnect(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DidDisconnectNotification constante.

ObserveModeDidChange(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la ModeDidChangeNotification constante.

ObserveModeDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la ModeDidChangeNotification constante.

Se aplica a