Condividi tramite


UIApplication.Notifications Classe

Definizione

Notifica pubblicata dalla UIApplication classe .

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

Commenti

Si tratta di una classe statica che contiene vari metodi helper che consentono agli sviluppatori di osservare gli eventi pubblicati nell'hub di notifica iOS (NSNotificationCenter).

I metodi definiti in questa classe post eventi richiamano il metodo specificato o lambda con un NSNotificationEventArgs parametro che contiene proprietà fortemente tipizzata per gli argomenti di notifica.

Metodi

ObserveBackgroundRefreshStatusDidChange(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la BackgroundRefreshStatusDidChangeNotification costante.

ObserveBackgroundRefreshStatusDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la BackgroundRefreshStatusDidChangeNotification costante.

ObserveContentSizeCategoryChanged(EventHandler<UIContentSizeCategoryChangedEventArgs>)

Notifica fortemente tipizzata per la ContentSizeCategoryChangedNotification costante.

ObserveContentSizeCategoryChanged(NSObject, EventHandler<UIContentSizeCategoryChangedEventArgs>)

Notifica fortemente tipizzata per la ContentSizeCategoryChangedNotification costante.

ObserveDidBecomeActive(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la DidBecomeActiveNotification costante.

ObserveDidBecomeActive(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la DidBecomeActiveNotification costante.

ObserveDidChangeStatusBarFrame(EventHandler<UIStatusBarFrameChangeEventArgs>)

Notifica fortemente tipizzata per la DidChangeStatusBarFrameNotification costante.

ObserveDidChangeStatusBarFrame(NSObject, EventHandler<UIStatusBarFrameChangeEventArgs>)

Notifica fortemente tipizzata per la DidChangeStatusBarFrameNotification costante.

ObserveDidChangeStatusBarOrientation(EventHandler<UIStatusBarOrientationChangeEventArgs>)

Notifica fortemente tipizzata per la DidChangeStatusBarOrientationNotification costante.

ObserveDidChangeStatusBarOrientation(NSObject, EventHandler<UIStatusBarOrientationChangeEventArgs>)

Notifica fortemente tipizzata per la DidChangeStatusBarOrientationNotification costante.

ObserveDidEnterBackground(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la DidEnterBackgroundNotification costante.

ObserveDidEnterBackground(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la DidEnterBackgroundNotification costante.

ObserveDidFinishLaunching(EventHandler<UIApplicationLaunchEventArgs>)

Notifica fortemente tipizzata per la DidFinishLaunchingNotification costante.

ObserveDidFinishLaunching(NSObject, EventHandler<UIApplicationLaunchEventArgs>)

Notifica fortemente tipizzata per la DidFinishLaunchingNotification costante.

ObserveDidReceiveMemoryWarning(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la DidReceiveMemoryWarningNotification costante.

ObserveDidReceiveMemoryWarning(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la DidReceiveMemoryWarningNotification costante.

ObserveProtectedDataDidBecomeAvailable(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la costante .

ObserveProtectedDataDidBecomeAvailable(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la costante .

ObserveProtectedDataWillBecomeUnavailable(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la costante .

ObserveProtectedDataWillBecomeUnavailable(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la costante .

ObserveSignificantTimeChange(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la SignificantTimeChangeNotification costante.

ObserveSignificantTimeChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la SignificantTimeChangeNotification costante.

ObserveUserDidTakeScreenshot(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la UserDidTakeScreenshotNotification costante.

ObserveUserDidTakeScreenshot(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la UserDidTakeScreenshotNotification costante.

ObserveWillChangeStatusBarFrame(EventHandler<UIStatusBarFrameChangeEventArgs>)

Notifica fortemente tipizzata per la WillChangeStatusBarFrameNotification costante.

ObserveWillChangeStatusBarFrame(NSObject, EventHandler<UIStatusBarFrameChangeEventArgs>)

Notifica fortemente tipizzata per la WillChangeStatusBarFrameNotification costante.

ObserveWillChangeStatusBarOrientation(EventHandler<UIStatusBarOrientationChangeEventArgs>)

Notifica fortemente tipizzata per la WillChangeStatusBarOrientationNotification costante.

ObserveWillChangeStatusBarOrientation(NSObject, EventHandler<UIStatusBarOrientationChangeEventArgs>)

Notifica fortemente tipizzata per la WillChangeStatusBarOrientationNotification costante.

ObserveWillEnterForeground(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la WillEnterForegroundNotification costante.

ObserveWillEnterForeground(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la WillEnterForegroundNotification costante.

ObserveWillResignActive(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la WillResignActiveNotification costante.

ObserveWillResignActive(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la WillResignActiveNotification costante.

ObserveWillTerminate(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la WillTerminateNotification costante.

ObserveWillTerminate(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la WillTerminateNotification costante.

Si applica a