InlineSuggestionInfo.SourceAutofill Field

Definition

Suggestion source: the suggestion is made by the user selected autofill service.

[Android.Runtime.Register("SOURCE_AUTOFILL", ApiSince=30)]
[Android.Runtime.StringDef(Fields=new System.String[] { "SourceAutofill", "SourcePlatform" }, Type="Android.Views.InputMethods.InlineSuggestionInfo")]
public const string SourceAutofill;
[<Android.Runtime.Register("SOURCE_AUTOFILL", ApiSince=30)>]
[<Android.Runtime.StringDef(Fields=new System.String[] { "SourceAutofill", "SourcePlatform" }, Type="Android.Views.InputMethods.InlineSuggestionInfo")>]
val mutable SourceAutofill : string

Field Value

Implements

Attributes

Remarks

Suggestion source: the suggestion is made by the user selected autofill service.

Java documentation for android.view.inputmethod.InlineSuggestionInfo.SOURCE_AUTOFILL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to