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 .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 .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 mediante AutofillValue#getTextValue().

Java documentación para android.view.View.AUTOFILL_TYPE_TEXT.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a