URLConnection.AllowUserInteraction Propiedad

Definición

Devuelve el valor del allowUserInteraction campo para este objeto. -o bien- Establezca el valor del allowUserInteraction campo de este URLConnection.

public virtual bool AllowUserInteraction { [Android.Runtime.Register("getAllowUserInteraction", "()Z", "GetGetAllowUserInteractionHandler")] get; [Android.Runtime.Register("setAllowUserInteraction", "(Z)V", "GetSetAllowUserInteraction_ZHandler")] set; }
[<get: Android.Runtime.Register("getAllowUserInteraction", "()Z", "GetGetAllowUserInteractionHandler")>]
[<set: Android.Runtime.Register("setAllowUserInteraction", "(Z)V", "GetSetAllowUserInteraction_ZHandler")>]
member this.AllowUserInteraction : bool with get, set

Valor de propiedad

el valor del allowUserInteraction campo para este objeto.

Atributos

Comentarios

Documentación del captador de propiedades:

Devuelve el valor del allowUserInteraction campo para este objeto.

Java documentación para java.net.URLConnection.getAllowUserInteraction().

Documentación del establecedor de propiedades:

Establezca el valor del allowUserInteraction campo de este URLConnection.

Java documentación para java.net.URLConnection.setAllowUserInteraction(boolean).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a