URLConnection.DefaultAllowUserInteraction 속성

정의

필드의 기본값을 반환합니다 allowUserInteraction . -또는- 모든 이후 URLConnection 개체에 대한 필드의 allowUserInteraction 기본값을 지정된 값으로 설정합니다.

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", "")>]
static member DefaultAllowUserInteraction : bool with get, set

속성 값

필드의 기본값입니다 allowUserInteraction .

특성

설명

속성 getter 설명서:

필드의 기본값을 반환합니다 allowUserInteraction .

Ths 기본값은 모든 URLConnections의 정적 상태의 일부인 "고정"입니다. 이 플래그는 다음에 적용되며 다음 URLConnections가 모두 생성됩니다.

에 대한 java.net.URLConnection.getDefaultAllowUserInteraction()Java 설명서

속성 setter 설명서:

모든 이후 URLConnection 개체에 대한 필드의 allowUserInteraction 기본값을 지정된 값으로 설정합니다.

에 대한 java.net.URLConnection.setDefaultAllowUserInteraction(boolean)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상