bool isCurrentNetworkConnected()
Returns whether the current wifi network is connnected.
Security
Trust Level Required: Low trust
Return
True, if the current wifi network is connected, false otherwise.
Examples
alert(KioWareUtils.isCurrentNetworkConnected());
Requirements
KioWare for Android version 3.14 or greater.