View.AutofillTypeToggle 필드

정의

주의

This constant will be removed in the future version. Use Android.Views.AutofillType enum directly instead of this field.

로 채워진 boolean토글 가능 필드의 자동 채우기 형식입니다.

[Android.Runtime.Register("AUTOFILL_TYPE_TOGGLE", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.AutofillType enum directly instead of this field.", true)]
public const Android.Views.AutofillType AutofillTypeToggle = 2;
[<Android.Runtime.Register("AUTOFILL_TYPE_TOGGLE", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.AutofillType enum directly instead of this field.", true)>]
val mutable AutofillTypeToggle : Android.Views.AutofillType

필드 값

Value = 2
특성

설명

로 채워진 boolean토글 가능 필드의 자동 채우기 형식입니다.

AutofillValue 자동 채우기 View 를 위한 인스턴스는 를 통해 AutofillValue#forToggle(boolean)가져올 수 있으며, 를 자동 채우기 View 위해 전달된 값은 를 통해 AutofillValue#getToggleValue()가져올 수 있습니다.

에 대한 Java 설명서입니다 android.view.View.AUTOFILL_TYPE_TOGGLE.

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

적용 대상