Contents

delegate

The object that acts as the delegate of the accessory.

Declaration

unowned(unsafe) var delegate: (any EAAccessoryDelegate)? { get set }

Discussion

The delegate receives notifications about changes to the status of the accessory object. The delegate must adopt the EAAccessoryDelegate protocol.

See Also

Responding to Disconnection Events