accessoryBrowser(_:didRemoveNewAccessory:)
Tells the delegate that a new accessory is no longer available in the browser.
Declaration
optional func accessoryBrowser(_ browser: HMAccessoryBrowser, didRemoveNewAccessory accessory: HMAccessory)Parameters
- browser:
The browser.
- accessory:
The accessory that is no longer available.
Discussion
A common reason for an accessory to no longer be available is because it was added to a home, and is thus no longer a new accessory.