Поделиться через


UIApplication.Notifications Класс

Определение

Уведомление, размещенное классом UIApplication .

public static class UIApplication.Notifications
type UIApplication.Notifications = class
Наследование
UIApplication.Notifications

Комментарии

Это статический класс, содержащий различные вспомогательные методы, позволяющие разработчикам наблюдать за событиями, опубликованными в центре уведомлений iOS (NSNotificationCenter).

Методы, определенные в этом классе события post, вызывают предоставленный метод или лямбда-выражение с параметром NSNotificationEventArgs , который содержит строго типизированные свойства для аргументов уведомления.

Методы

ObserveBackgroundRefreshStatusDidChange(EventHandler<NSNotificationEventArgs>)

Строго типизированное уведомление для константы BackgroundRefreshStatusDidChangeNotification .

ObserveBackgroundRefreshStatusDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Строго типизированное уведомление для константы BackgroundRefreshStatusDidChangeNotification .

ObserveContentSizeCategoryChanged(EventHandler<UIContentSizeCategoryChangedEventArgs>)

Строго типизированное уведомление для константы ContentSizeCategoryChangedNotification .

ObserveContentSizeCategoryChanged(NSObject, EventHandler<UIContentSizeCategoryChangedEventArgs>)

Строго типизированное уведомление для константы ContentSizeCategoryChangedNotification .

ObserveDidBecomeActive(EventHandler<NSNotificationEventArgs>)

Строго типизированное уведомление для константы DidBecomeActiveNotification .

ObserveDidBecomeActive(NSObject, EventHandler<NSNotificationEventArgs>)

Строго типизированное уведомление для константы DidBecomeActiveNotification .

ObserveDidChangeStatusBarFrame(EventHandler<UIStatusBarFrameChangeEventArgs>)

Строго типизированное уведомление для константы DidChangeStatusBarFrameNotification .

ObserveDidChangeStatusBarFrame(NSObject, EventHandler<UIStatusBarFrameChangeEventArgs>)

Строго типизированное уведомление для константы DidChangeStatusBarFrameNotification .

ObserveDidChangeStatusBarOrientation(EventHandler<UIStatusBarOrientationChangeEventArgs>)

Строго типизированное уведомление для константы DidChangeStatusBarOrientationNotification .

ObserveDidChangeStatusBarOrientation(NSObject, EventHandler<UIStatusBarOrientationChangeEventArgs>)

Строго типизированное уведомление для константы DidChangeStatusBarOrientationNotification .

ObserveDidEnterBackground(EventHandler<NSNotificationEventArgs>)

Строго типизированное уведомление для константы DidEnterBackgroundNotification .

ObserveDidEnterBackground(NSObject, EventHandler<NSNotificationEventArgs>)

Строго типизированное уведомление для константы DidEnterBackgroundNotification .

ObserveDidFinishLaunching(EventHandler<UIApplicationLaunchEventArgs>)

Строго типизированное уведомление для константы DidFinishLaunchingNotification .

ObserveDidFinishLaunching(NSObject, EventHandler<UIApplicationLaunchEventArgs>)

Строго типизированное уведомление для константы DidFinishLaunchingNotification .

ObserveDidReceiveMemoryWarning(EventHandler<NSNotificationEventArgs>)

Строго типизированное уведомление для константы DidReceiveMemoryWarningNotification .

ObserveDidReceiveMemoryWarning(NSObject, EventHandler<NSNotificationEventArgs>)

Строго типизированное уведомление для константы DidReceiveMemoryWarningNotification .

ObserveProtectedDataDidBecomeAvailable(EventHandler<NSNotificationEventArgs>)

Строго типизированное уведомление для константы P:UIKit.UIApplication.ProtectedDataDidBecomeAvailableNotification .

ObserveProtectedDataDidBecomeAvailable(NSObject, EventHandler<NSNotificationEventArgs>)

Строго типизированное уведомление для константы P:UIKit.UIApplication.ProtectedDataDidBecomeAvailableNotification .

ObserveProtectedDataWillBecomeUnavailable(EventHandler<NSNotificationEventArgs>)

Строго типизированное уведомление для константы P:UIKit.UIApplication.ProtectedDataWillBecomeUnavailableNotification .

ObserveProtectedDataWillBecomeUnavailable(NSObject, EventHandler<NSNotificationEventArgs>)

Строго типизированное уведомление для константы P:UIKit.UIApplication.ProtectedDataWillBecomeUnavailableNotification .

ObserveSignificantTimeChange(EventHandler<NSNotificationEventArgs>)

Строго типизированное уведомление для константы SignificantTimeChangeNotification .

ObserveSignificantTimeChange(NSObject, EventHandler<NSNotificationEventArgs>)

Строго типизированное уведомление для константы SignificantTimeChangeNotification .

ObserveUserDidTakeScreenshot(EventHandler<NSNotificationEventArgs>)

Строго типизированное уведомление для константы UserDidTakeScreenshotNotification .

ObserveUserDidTakeScreenshot(NSObject, EventHandler<NSNotificationEventArgs>)

Строго типизированное уведомление для константы UserDidTakeScreenshotNotification .

ObserveWillChangeStatusBarFrame(EventHandler<UIStatusBarFrameChangeEventArgs>)

Строго типизированное уведомление для константы WillChangeStatusBarFrameNotification .

ObserveWillChangeStatusBarFrame(NSObject, EventHandler<UIStatusBarFrameChangeEventArgs>)

Строго типизированное уведомление для константы WillChangeStatusBarFrameNotification .

ObserveWillChangeStatusBarOrientation(EventHandler<UIStatusBarOrientationChangeEventArgs>)

Строго типизированное уведомление для константы WillChangeStatusBarOrientationNotification .

ObserveWillChangeStatusBarOrientation(NSObject, EventHandler<UIStatusBarOrientationChangeEventArgs>)

Строго типизированное уведомление для константы WillChangeStatusBarOrientationNotification .

ObserveWillEnterForeground(EventHandler<NSNotificationEventArgs>)

Строго типизированное уведомление для константы WillEnterForegroundNotification .

ObserveWillEnterForeground(NSObject, EventHandler<NSNotificationEventArgs>)

Строго типизированное уведомление для константы WillEnterForegroundNotification .

ObserveWillResignActive(EventHandler<NSNotificationEventArgs>)

Строго типизированное уведомление для константы WillResignActiveNotification .

ObserveWillResignActive(NSObject, EventHandler<NSNotificationEventArgs>)

Строго типизированное уведомление для константы WillResignActiveNotification .

ObserveWillTerminate(EventHandler<NSNotificationEventArgs>)

Строго типизированное уведомление для константы WillTerminateNotification .

ObserveWillTerminate(NSObject, EventHandler<NSNotificationEventArgs>)

Строго типизированное уведомление для константы WillTerminateNotification .

Применяется к