View.AutofillType 속성

정의

이 보기의 자동 채우기 유형을 설명하므로 는 android.service.autofill.AutofillService 뷰를 자동 채우기할 때 적절한 AutofillValue 을 만들 수 있습니다.

public virtual Android.Views.AutofillType AutofillType { [Android.Runtime.Register("getAutofillType", "()I", "GetGetAutofillTypeHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getAutofillType", "()I", "GetGetAutofillTypeHandler", ApiSince=26)>]
member this.AutofillType : Android.Views.AutofillType

속성 값

, , #AUTOFILL_TYPE_TEXT#AUTOFILL_TYPE_LIST, #AUTOFILL_TYPE_DATE또는 #AUTOFILL_TYPE_TOGGLE중 하나를 #AUTOFILL_TYPE_NONE선택합니다.

특성

설명

이 보기의 자동 채우기 유형을 설명하므로 는 android.service.autofill.AutofillService 뷰를 자동 채우기할 때 적절한 AutofillValue 을 만들 수 있습니다.

기본적으로 는 를 반환 #AUTOFILL_TYPE_NONE하지만 뷰는 자동 채우기 프레임워크를 제대로 지원하도록 재정의해야 합니다.

에 대한 Java 설명서입니다 android.view.View.getAutofillType().

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

적용 대상