setNetworkList(_:)
Set the list of handled networks.
Declaration
func setNetworkList(_ networkList: [NEHotspotNetwork])Parameters
- networkList:
The list of networks that the caller is capable of handling.
Discussion
The Hotspot Helper app calls this method on its response to the NEHotspotHelperCommandType.filterScanList. The helper provides the list of network objects that it is capable of handling with at least low confidence. Networks that it has no confidence in handling should not be specified.