共用方式為


UIWindow.Notifications 類別

定義

類別所張貼的 UIWindow 通知。

public static class UIWindow.Notifications
type UIWindow.Notifications = class
繼承
UIWindow.Notifications

備註

這是靜態類別,其中包含各種協助程式方法,可讓開發人員觀察在 iOS 通知中樞張貼的事件 (NSNotificationCenter) 。

這個類別中定義的方法會在事件後叫用提供的 方法或 Lambda,其中包含 NSNotificationEventArgs 通知引數的強型別屬性。

方法

ObserveDidBecomeHidden(EventHandler<NSNotificationEventArgs>)

常數的 DidBecomeHiddenNotification 強型別通知。

ObserveDidBecomeHidden(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 DidBecomeHiddenNotification 強型別通知。

ObserveDidBecomeKey(EventHandler<NSNotificationEventArgs>)

常數的 DidBecomeKeyNotification 強型別通知。

ObserveDidBecomeKey(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 DidBecomeKeyNotification 強型別通知。

ObserveDidBecomeVisible(EventHandler<NSNotificationEventArgs>)

常數的 DidBecomeVisibleNotification 強型別通知。

ObserveDidBecomeVisible(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 DidBecomeVisibleNotification 強型別通知。

ObserveDidResignKey(EventHandler<NSNotificationEventArgs>)

常數的 DidResignKeyNotification 強型別通知。

ObserveDidResignKey(NSObject, EventHandler<NSNotificationEventArgs>)

常數的 DidResignKeyNotification 強型別通知。

適用於