View.AutofillTypeText 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 Textfeld, das von einem CharSequencegefüllt wird.

[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

Feldwert

Value = 1
Attribute

Hinweise

AutoAusfülltyp für ein Textfeld, das von einem CharSequencegefüllt wird.

AutofillValue -Instanzen für das automatische Ausfüllen von View können über AutofillValue#forText(CharSequence)abgerufen werden, und der an autoausfüllende Wert kann View über AutofillValue#getTextValue()abgerufen werden.

Java-Dokumentation für android.view.View.AUTOFILL_TYPE_TEXT.

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: