ContentInfo.SourceAutofill Feld

Definition

Achtung

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

Gibt an, dass der Vorgang vom AutoFill-Framework ausgelöst wurde.

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

Feldwert

Value = 4

Implementiert

Attribute

Hinweise

Gibt an, dass der Vorgang vom AutoFill-Framework ausgelöst wurde. Weitere Informationen finden Sie https://developer.android.com/guide/topics/text/autofill unter.

Java Dokumentation für android.view.ContentInfo.SOURCE_AUTOFILL.

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: