string getCurrentNetwork()

Retrieves information about the current network.

Return

Returns a JSON-serialized string which contains an instance of a NetInfo object for the current network.

Examples


var network = KioWareUtils.getCurrentNetwork();
var obj = JSON.parse(network);
alert('Current SSID is ' + obj.SSID);
    

Requirements

KioWare for Android version 3.14 or greater.