bool isNetworkSaved(string)

Retrieves the status of whether a specific network is saved or not.

Parameters

Name Description
ssid string
The SSID of the network to get the saved status for.

Return

Returns true if the network is saved, false otherwise.

Examples


alert(KioWareUtils.isNetworkSaved('MyNetwork'));
    

Requirements

KioWare for Android version 3.14 or greater.