Compartilhar via


UIApplication.Notifications Classe

Definição

Notificação postada pela UIApplication classe .

public static class UIApplication.Notifications
type UIApplication.Notifications = class
Herança
UIApplication.Notifications

Comentários

Essa é uma classe estática que contém vários métodos auxiliares que permitem que os desenvolvedores observem eventos postados no hub de notificação do iOS (NSNotificationCenter).

Os métodos definidos nesta classe post events invocam o método fornecido ou lambda com um NSNotificationEventArgs parâmetro que contém propriedades fortemente tipados para os argumentos de notificação.

Métodos

ObserveBackgroundRefreshStatusDidChange(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a BackgroundRefreshStatusDidChangeNotification constante.

ObserveBackgroundRefreshStatusDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a BackgroundRefreshStatusDidChangeNotification constante.

ObserveContentSizeCategoryChanged(EventHandler<UIContentSizeCategoryChangedEventArgs>)

Notificação fortemente tipada para a ContentSizeCategoryChangedNotification constante.

ObserveContentSizeCategoryChanged(NSObject, EventHandler<UIContentSizeCategoryChangedEventArgs>)

Notificação fortemente tipada para a ContentSizeCategoryChangedNotification constante.

ObserveDidBecomeActive(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a DidBecomeActiveNotification constante.

ObserveDidBecomeActive(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a DidBecomeActiveNotification constante.

ObserveDidChangeStatusBarFrame(EventHandler<UIStatusBarFrameChangeEventArgs>)

Notificação fortemente tipada para a DidChangeStatusBarFrameNotification constante.

ObserveDidChangeStatusBarFrame(NSObject, EventHandler<UIStatusBarFrameChangeEventArgs>)

Notificação fortemente tipada para a DidChangeStatusBarFrameNotification constante.

ObserveDidChangeStatusBarOrientation(EventHandler<UIStatusBarOrientationChangeEventArgs>)

Notificação fortemente tipada para a DidChangeStatusBarOrientationNotification constante.

ObserveDidChangeStatusBarOrientation(NSObject, EventHandler<UIStatusBarOrientationChangeEventArgs>)

Notificação fortemente tipada para a DidChangeStatusBarOrientationNotification constante.

ObserveDidEnterBackground(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a DidEnterBackgroundNotification constante.

ObserveDidEnterBackground(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a DidEnterBackgroundNotification constante.

ObserveDidFinishLaunching(EventHandler<UIApplicationLaunchEventArgs>)

Notificação fortemente tipada para a DidFinishLaunchingNotification constante.

ObserveDidFinishLaunching(NSObject, EventHandler<UIApplicationLaunchEventArgs>)

Notificação fortemente tipada para a DidFinishLaunchingNotification constante.

ObserveDidReceiveMemoryWarning(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a DidReceiveMemoryWarningNotification constante.

ObserveDidReceiveMemoryWarning(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a DidReceiveMemoryWarningNotification constante.

ObserveProtectedDataDidBecomeAvailable(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a constante P:UIKit.UIApplication.ProtectedDataDidBecomeAvailableNotification .

ObserveProtectedDataDidBecomeAvailable(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a constante P:UIKit.UIApplication.ProtectedDataDidBecomeAvailableNotification .

ObserveProtectedDataWillBecomeUnavailable(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a constante P:UIKit.UIApplication.ProtectedDataWillBecomeUnavailableNotification .

ObserveProtectedDataWillBecomeUnavailable(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a constante P:UIKit.UIApplication.ProtectedDataWillBecomeUnavailableNotification .

ObserveSignificantTimeChange(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a SignificantTimeChangeNotification constante.

ObserveSignificantTimeChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a SignificantTimeChangeNotification constante.

ObserveUserDidTakeScreenshot(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a UserDidTakeScreenshotNotification constante.

ObserveUserDidTakeScreenshot(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a UserDidTakeScreenshotNotification constante.

ObserveWillChangeStatusBarFrame(EventHandler<UIStatusBarFrameChangeEventArgs>)

Notificação fortemente tipada para a WillChangeStatusBarFrameNotification constante.

ObserveWillChangeStatusBarFrame(NSObject, EventHandler<UIStatusBarFrameChangeEventArgs>)

Notificação fortemente tipada para a WillChangeStatusBarFrameNotification constante.

ObserveWillChangeStatusBarOrientation(EventHandler<UIStatusBarOrientationChangeEventArgs>)

Notificação fortemente tipada para a WillChangeStatusBarOrientationNotification constante.

ObserveWillChangeStatusBarOrientation(NSObject, EventHandler<UIStatusBarOrientationChangeEventArgs>)

Notificação fortemente tipada para a WillChangeStatusBarOrientationNotification constante.

ObserveWillEnterForeground(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a WillEnterForegroundNotification constante.

ObserveWillEnterForeground(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a WillEnterForegroundNotification constante.

ObserveWillResignActive(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a WillResignActiveNotification constante.

ObserveWillResignActive(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a WillResignActiveNotification constante.

ObserveWillTerminate(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a WillTerminateNotification constante.

ObserveWillTerminate(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a WillTerminateNotification constante.

Aplica-se a