View.ImportantForAutofillAuto Campo

Definición

Precaución

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

Determine automáticamente si una vista es importante para autorrellenar.

[Android.Runtime.Register("IMPORTANT_FOR_AUTOFILL_AUTO", 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 ImportantForAutofillAuto = 0;
[<Android.Runtime.Register("IMPORTANT_FOR_AUTOFILL_AUTO", 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 ImportantForAutofillAuto : Android.Views.ImportantForAutofill

Valor de campo

Value = 0
Atributos

Comentarios

Determine automáticamente si una vista es importante para autorrellenar.

Documentación de Java para android.view.View.IMPORTANT_FOR_AUTOFILL_AUTO.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código y se usan según los términos descritos en la creative Commons 2.5.

Se aplica a