View.AutofillTypeToggle 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 autorrellenado para un campo que se puede agregar, que se rellena mediante un boolean.

[Android.Runtime.Register("AUTOFILL_TYPE_TOGGLE", 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 AutofillTypeToggle = 2;
[<Android.Runtime.Register("AUTOFILL_TYPE_TOGGLE", 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 AutofillTypeToggle : Android.Views.AutofillType

Valor de campo

Value = 2
Atributos

Comentarios

Tipo de autorrellenado para un campo que se puede agregar, que se rellena mediante un boolean.

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

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

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