Share via


InlineSuggestionInfo.TypeSuggestion Field

Definition

UI type: the UI contains an Autofill suggestion that will autofill the fields when tapped.

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

Field Value

Implements

Attributes

Remarks

UI type: the UI contains an Autofill suggestion that will autofill the fields when tapped.

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

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