View.AutofillFlagIncludeNotImportantViews Поле

Определение

Внимание!

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

Флаг, запрашивающий добавление представлений, помеченных как не важные для автозаполнения (см. ) #setImportantForAutofill(int)в объект ViewStructure.

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

Значение поля

Value = 1
Атрибуты

Комментарии

Флаг, запрашивающий добавление представлений, помеченных как не важные для автозаполнения (см. ) #setImportantForAutofill(int)в объект ViewStructure.

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

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

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