Version: Smart Feature Phone 2.5
WifiManager.forget()
#
DescriptionThe forget method is used to make a device forget about a given WiFi network. This will remove the network from the list of known networks and will remove all the configuration settings related to that network.
If the device was connected to that network, it is disconnected from it.
#
Syntax#
Parametersnetwork
- A network object as the ones provided by the getNetworks or getKnownNetworks methods.
#
ReturnsIt returns a DOMRequest to handle the success or error of the operation.