View.AutofillFlagIncludeNotImportantViews Field

Definition

Caution

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

Flag requesting you to add views that are marked as not important for autofill (see #setImportantForAutofill(int)) to a 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

Field Value

Value = 1
Attributes

Remarks

Flag requesting you to add views that are marked as not important for autofill (see #setImportantForAutofill(int)) to a ViewStructure.

Java documentation for android.view.View.AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to