static let EAAccessoryDidConnect : NSNotification.Name
Discussion 議論
The notification object is the shared accessory manager. The user
dictionary contains an EAAccessory
, whose value is the EAAccessory
object representing the accessory that was disconnected. Before delivery of this notification can occur, you must call the register
method to let the system know you are interested in receiving this notification.
通知オブジェクトは、共有アクセサリマネージャです。user
辞書はEAAccessory
を含みます、それの値は接続解除されたアクセサリを表しているEAAccessory
オブジェクトです。この通知の配達が現れる前に、あなたはregister
メソッドを呼び出してシステムにあなたがこの通知を受け取ることに興味があることを知らせます。
If your accessory manager has a delegate, the delegate can use the accessory
method to receive this notification instead.
あなたのアクセサリマネージャが委任先を持つならば、その委任先はaccessory
メソッドを使って、この通知を代わりに受け取ります。