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 .

적용 대상