bool isCurrentNetworkConnected()

Returns whether the current wifi network is connnected.

Return

True, if the current wifi network is connected, false otherwise.

Examples


alert(KioWareUtils.isCurrentNetworkConnected());
    

Requirements

KioWare for Android version 3.14 or greater.