What is setAllowUserInteraction () in HttpConnection

What is the function of his method setAllowUserInteraction()in HttpConnection? What is the meaning of user interaction in this case?

+3
source share
1 answer

It is supposed to indicate that, if necessary, the system can request additional input from the user (for example: if the URL is used in the applet and requires a username / password, this means that the system GUI asks the user for input can be called).

+2
source

All Articles