Type Boolean Event networkStatus Revision 2017.3060 Keywords networkStatus, isInteractionRequired See also network.setStatusListener()
This property is true
if the user will be required to interact with the application to (re)connect to the host, for example if the user will need to enter a password.
local function myNetworkReachabilityListener( event ) print("IsInteractionRequired", event.isInteractionRequired ) end