Type Boolean Event networkStatus Revision Current Public Release (2018.3326) Keywords networkStatus, isReachable See also network.setStatusListener()
This property is true
if the specified host is reachable.
networkStatus
events are only supported on macOS and iOS.
local function myNetworkReachabilityListener( event ) print ( "isReachable" , event.isReachable ) end |