Contents

accessoryDidUpdateReachability(_:)

Informs the delegate when the reachability of the accessory changes.

Declaration

optional func accessoryDidUpdateReachability(_ accessory: HMAccessory)

Parameters

  • accessory:

    The accessory whose reachability has changed.

Discussion

Accessories expose their reachability via the isReachable property.

See Also

Observing accessories