Sprache

View.AutofillTypeToggle Feld

Definition

Achtung

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

AutoAusfülltyp für ein umschaltbares Feld, das durch ein 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

Feldwert

Value = 2
Attribute

Hinweise

AutoAusfülltyp für ein umschaltbares Feld, das durch ein boolean.

AutofillValue Instanzen für das automatische Ausfüllen einer View kann abgerufen AutofillValue#forToggle(boolean)werden, und der wert, der an das automatische Ausfüllen View übergeben wird, kann abgerufen AutofillValue#getToggleValue()werden.

Java Dokumentation für android.view.View.AUTOFILL_TYPE_TOGGLE.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: