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()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象