UIScreen.Notifications 类

定义

UIScreen 发布的通知。

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

注解

这是一个静态类,其中包含各种帮助程序方法,使开发人员能够观察 iOS 通知中心 (NSNotificationCenter) 发布的事件。

此类中定义的方法发布事件后,使用 NSNotificationEventArgs 包含通知参数的强类型属性的参数调用提供的方法或 lambda。

方法

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

适用于