Contents

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

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.

See Also

Getting Updates About the Configuration Process