accessoryBrowser(_:didFinishConfiguringAccessory:with:)
Indicates that the browser has completed configuring the specified accessory.
Declaration
func accessoryBrowser(_ browser: EAWiFiUnconfiguredAccessoryBrowser, didFinishConfiguringAccessory accessory: EAWiFiUnconfiguredAccessory, with status: EAWiFiUnconfiguredAccessoryConfigurationStatus)Parameters
- browser:
The instance of Eawifiunconfiguredaccessorybrowser that is generating the event.
- accessory:
The Eawifiunconfiguredaccessory object whose configuration process has completed.
- status:
The status of the completed configuration process. See Eawifiunconfiguredaccessoryconfigurationstatus for possible values.
Discussion
This method is called when the system-provided configuration view has been dismissed, revealing the part of the app’s user interface that was visible before the configuration process began. If the configuration was successful, the app can begin communicating with the accessory.