次の方法で共有


EAAccessoryManager.Notifications クラス

定義

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

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

注釈

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

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

メソッド

ObserveDidConnect(EventHandler<EAAccessoryEventArgs>)

定数の厳密に型指定された通知 DidConnectNotification

ObserveDidConnect(NSObject, EventHandler<EAAccessoryEventArgs>)

定数の厳密に型指定された通知 DidConnectNotification

ObserveDidDisconnect(EventHandler<EAAccessoryEventArgs>)

定数の厳密に型指定された通知 DidDisconnectNotification

ObserveDidDisconnect(NSObject, EventHandler<EAAccessoryEventArgs>)

定数の厳密に型指定された通知 DidDisconnectNotification

適用対象