Type Boolean Event networkStatus Revision Current Public Release (2018.3326) Keywords networkStatus, isConnectionOnDemand See also network.setStatusListener()
This property is true
if the connection will come up automatically, false
otherwise.
local function myNetworkReachabilityListener( event ) print ( "isConnectionOnDemand" , event.isConnectionOnDemand ) end |