View.AutofillTypeText フィールド

定義

注意事項

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

テキスト フィールドのオートフィルの種類。これは によって CharSequence入力されます。

[Android.Runtime.Register("AUTOFILL_TYPE_TEXT", 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 AutofillTypeText = 1;
[<Android.Runtime.Register("AUTOFILL_TYPE_TEXT", 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 AutofillTypeText : Android.Views.AutofillType

フィールド値

Value = 1
属性

注釈

テキスト フィールドのオートフィルの種類。これは によって CharSequence入力されます。

AutofillValueを使用してAutofillValue#forText(CharSequence)自動入力のインスタンスをView取得でき、自動入力 View に渡される値は を介してAutofillValue#getTextValue()フェッチできます。

android.view.View.AUTOFILL_TYPE_TEXTJava ドキュメント。

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

適用対象