次の方法で共有


UIScreen.Notifications クラス

定義

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

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

注釈

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

このクラスのポスト イベントで定義されているメソッドは、通知引数の厳密に型指定されたプロパティを含むパラメーターを NSNotificationEventArgs 使用して、指定されたメソッドまたはラムダを呼び出します。

メソッド

ObserveBrightnessDidChange(EventHandler<NSNotificationEventArgs>)

定数に対して BrightnessDidChangeNotification 厳密に型指定された通知。

ObserveBrightnessDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

定数に対して BrightnessDidChangeNotification 厳密に型指定された通知。

ObserveCapturedDidChange(EventHandler<NSNotificationEventArgs>)

定数に対して CapturedDidChangeNotification 厳密に型指定された通知。

ObserveCapturedDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

定数に対して CapturedDidChangeNotification 厳密に型指定された通知。

ObserveDidConnect(EventHandler<NSNotificationEventArgs>)

定数に対して DidConnectNotification 厳密に型指定された通知。

ObserveDidConnect(NSObject, EventHandler<NSNotificationEventArgs>)

定数に対して DidConnectNotification 厳密に型指定された通知。

ObserveDidDisconnect(EventHandler<NSNotificationEventArgs>)

定数に対して DidDisconnectNotification 厳密に型指定された通知。

ObserveDidDisconnect(NSObject, EventHandler<NSNotificationEventArgs>)

定数に対して DidDisconnectNotification 厳密に型指定された通知。

ObserveModeDidChange(EventHandler<NSNotificationEventArgs>)

定数に対して ModeDidChangeNotification 厳密に型指定された通知。

ObserveModeDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

定数に対して ModeDidChangeNotification 厳密に型指定された通知。

適用対象