次の方法で共有


UIApplication.Notifications クラス

定義

クラスによって UIApplication 投稿された通知。

public static class UIApplication.Notifications
type UIApplication.Notifications = class
継承
UIApplication.Notifications

注釈

これは、開発者が iOS 通知ハブ (NSNotificationCenter) に投稿されたイベントを観察できるようにするさまざまなヘルパー メソッドを含む静的クラスです。

このクラスのポスト イベントで定義されているメソッドは、通知引数の厳密に型指定されたプロパティを含むパラメーターを 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 厳密に型指定された通知。

適用対象