bool isNetworkSaved(string)

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

Security

Trust Level Required: Low trust

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.