Freigeben über


View.AutofillFlagIncludeNotImportantViews Feld

Definition

Achtung

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

Flag, das Sie anfordert, Ansichten hinzuzufügen, die als nicht wichtig für das automatische Ausfüllen gekennzeichnet sind (siehe #setImportantForAutofill(int)) zu einem 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

Feldwert

Value = 1
Attribute

Hinweise

Flag, das Sie anfordert, Ansichten hinzuzufügen, die als nicht wichtig für das automatische Ausfüllen gekennzeichnet sind (siehe #setImportantForAutofill(int)) zu einem ViewStructure.

Java-Dokumentation für android.view.View.AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: