[Android.Runtime.Register("setNetworkAvailable", "(Z)V", "GetSetNetworkAvailable_ZHandler")] public virtual voidSetNetworkAvailable (bool networkUp)
Parameters
networkUp
a boolean indicating if network is available
Remarks
Informs WebView of the network state. This is used to set
the JavaScript property window.navigator.isOnline and
generates the online/offline event as specified in HTML5, sec. 5.7.7