View.AutofillTypeText Campo

Definición

Precaución

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

Tipo de autorrellenar para un campo de texto, que se rellena mediante un CharSequence.

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

Valor de campo

Value = 1
Atributos

Comentarios

Tipo de autorrellenar para un campo de texto, que se rellena mediante un CharSequence.

AutofillValue Las instancias de autorrellenamiento de se View pueden obtener a través AutofillValue#forText(CharSequence)de y el valor pasado a autorrellenar View se puede capturar a través AutofillValue#getTextValue()de .

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

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