View.ImportantForAutofillNo Field

Definition

Caution

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

The view is not important for autofill, but its children (if any) will be traversed.

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

Field Value

Value = 2
Attributes

Remarks

The view is not important for autofill, but its children (if any) will be traversed.

Java documentation for android.view.View.IMPORTANT_FOR_AUTOFILL_NO.

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