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 Экземпляры для автозаполнения View можно получить с помощью AutofillValue#forText(CharSequence), а значение, переданное в автозаполнение , View можно получить с помощью AutofillValue#getTextValue().

Документация по Java для android.view.View.AUTOFILL_TYPE_TEXT.

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License Creative Commons 2.5 Attribution License.

Применяется к