Share via


UIApplication.Notifications Clase

Definición

Notificación publicada por la UIApplication clase .

public static class UIApplication.Notifications
type UIApplication.Notifications = class
Herencia
UIApplication.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

ObserveBackgroundRefreshStatusDidChange(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la BackgroundRefreshStatusDidChangeNotification constante.

ObserveBackgroundRefreshStatusDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la BackgroundRefreshStatusDidChangeNotification constante.

ObserveContentSizeCategoryChanged(EventHandler<UIContentSizeCategoryChangedEventArgs>)

Notificación fuertemente tipada para la ContentSizeCategoryChangedNotification constante.

ObserveContentSizeCategoryChanged(NSObject, EventHandler<UIContentSizeCategoryChangedEventArgs>)

Notificación fuertemente tipada para la ContentSizeCategoryChangedNotification constante.

ObserveDidBecomeActive(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DidBecomeActiveNotification constante.

ObserveDidBecomeActive(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DidBecomeActiveNotification constante.

ObserveDidChangeStatusBarFrame(EventHandler<UIStatusBarFrameChangeEventArgs>)

Notificación fuertemente tipada para la DidChangeStatusBarFrameNotification constante.

ObserveDidChangeStatusBarFrame(NSObject, EventHandler<UIStatusBarFrameChangeEventArgs>)

Notificación fuertemente tipada para la DidChangeStatusBarFrameNotification constante.

ObserveDidChangeStatusBarOrientation(EventHandler<UIStatusBarOrientationChangeEventArgs>)

Notificación fuertemente tipada para la DidChangeStatusBarOrientationNotification constante.

ObserveDidChangeStatusBarOrientation(NSObject, EventHandler<UIStatusBarOrientationChangeEventArgs>)

Notificación fuertemente tipada para la DidChangeStatusBarOrientationNotification constante.

ObserveDidEnterBackground(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DidEnterBackgroundNotification constante.

ObserveDidEnterBackground(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DidEnterBackgroundNotification constante.

ObserveDidFinishLaunching(EventHandler<UIApplicationLaunchEventArgs>)

Notificación fuertemente tipada para la DidFinishLaunchingNotification constante.

ObserveDidFinishLaunching(NSObject, EventHandler<UIApplicationLaunchEventArgs>)

Notificación fuertemente tipada para la DidFinishLaunchingNotification constante.

ObserveDidReceiveMemoryWarning(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DidReceiveMemoryWarningNotification constante.

ObserveDidReceiveMemoryWarning(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DidReceiveMemoryWarningNotification constante.

ObserveProtectedDataDidBecomeAvailable(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la constante P:UIKit.UIApplication.ProtectedDataDidBecomeAvailableNotification .

ObserveProtectedDataDidBecomeAvailable(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la constante P:UIKit.UIApplication.ProtectedDataDidBecomeAvailableNotification .

ObserveProtectedDataWillBecomeUnavailable(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la constante P:UIKit.UIApplication.ProtectedDataWillBecomeUnavailableNotification .

ObserveProtectedDataWillBecomeUnavailable(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la constante P:UIKit.UIApplication.ProtectedDataWillBecomeUnavailableNotification .

ObserveSignificantTimeChange(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la SignificantTimeChangeNotification constante.

ObserveSignificantTimeChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la SignificantTimeChangeNotification constante.

ObserveUserDidTakeScreenshot(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la UserDidTakeScreenshotNotification constante.

ObserveUserDidTakeScreenshot(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la UserDidTakeScreenshotNotification constante.

ObserveWillChangeStatusBarFrame(EventHandler<UIStatusBarFrameChangeEventArgs>)

Notificación fuertemente tipada para la WillChangeStatusBarFrameNotification constante.

ObserveWillChangeStatusBarFrame(NSObject, EventHandler<UIStatusBarFrameChangeEventArgs>)

Notificación fuertemente tipada para la WillChangeStatusBarFrameNotification constante.

ObserveWillChangeStatusBarOrientation(EventHandler<UIStatusBarOrientationChangeEventArgs>)

Notificación fuertemente tipada para la WillChangeStatusBarOrientationNotification constante.

ObserveWillChangeStatusBarOrientation(NSObject, EventHandler<UIStatusBarOrientationChangeEventArgs>)

Notificación fuertemente tipada para la WillChangeStatusBarOrientationNotification constante.

ObserveWillEnterForeground(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la WillEnterForegroundNotification constante.

ObserveWillEnterForeground(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la WillEnterForegroundNotification constante.

ObserveWillResignActive(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la WillResignActiveNotification constante.

ObserveWillResignActive(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la WillResignActiveNotification constante.

ObserveWillTerminate(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la WillTerminateNotification constante.

ObserveWillTerminate(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la WillTerminateNotification constante.

Se aplica a