URLConnection.DefaultAllowUserInteraction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the default value of the allowUserInteraction
field. -or- Sets the default value of the
allowUserInteraction field for all future
URLConnection objects to the specified value.
public static bool DefaultAllowUserInteraction { [Android.Runtime.Register("getDefaultAllowUserInteraction", "()Z", "")] get; [Android.Runtime.Register("setDefaultAllowUserInteraction", "(Z)V", "")] set; }
[<get: Android.Runtime.Register("getDefaultAllowUserInteraction", "()Z", "")>]
[<set: Android.Runtime.Register("setDefaultAllowUserInteraction", "(Z)V", "")>]
member this.DefaultAllowUserInteraction : bool with get, set
Property Value
the default value of the allowUserInteraction
field.
- Attributes
Remarks
Property getter documentation:
Java documentation for java.net.URLConnection.getDefaultAllowUserInteraction().
Property setter documentation:
Java documentation for java.net.URLConnection.setDefaultAllowUserInteraction(boolean).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.