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