event.isInteractionRequired

Type Boolean
Event networkStatus
Revision Release 2024.3703
Keywords networkStatus, isInteractionRequired
See also network.setStatusListener()

Overview

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.

Example

local function myNetworkReachabilityListener( event )
    print("IsInteractionRequired", event.isInteractionRequired )
end