homeManager(_:didUpdate:)
Tells the delegate when the authorization status changes.
Declaration
optional func homeManager(_ manager: HMHomeManager, didUpdate status: HMHomeManagerAuthorizationStatus)Parameters
- manager:
The home manager for which the status changed.
- status:
The new authorization status. You can also read this value at any time from the manager’s Authorizationstatus property.