Sets whether the specified url connection object allows users interaction.
Syntax
setAllowUserInteraction( urlconnection , boolean )
urlconnection.setAllowUserInteraction( boolean )
Parameters
urlconnection
|
the url connection object to use.
|
boolean
|
true to enable allow user interaction.
false to disable allow user interaction.
|
Returns
Example
ucon.setAllowUserInteraction( true )
|