InlineSuggestionInfo.Source Property

Definition

The source from which the suggestion is provided.

public string Source { [Android.Runtime.Register("getSource", "()Ljava/lang/String;", "", ApiSince=30)] [Android.Runtime.StringDef(Fields=new System.String[] { "SourceAutofill", "SourcePlatform" }, Type="Android.Views.InputMethods.InlineSuggestionInfo")] get; }
[<get: Android.Runtime.Register("getSource", "()Ljava/lang/String;", "", ApiSince=30)>]
[<get: Android.Runtime.StringDef(Fields=new System.String[] { "SourceAutofill", "SourcePlatform" }, Type="Android.Views.InputMethods.InlineSuggestionInfo")>]
member this.Source : string

Property Value

Attributes

Remarks

The source from which the suggestion is provided.

Java documentation for android.view.inputmethod.InlineSuggestionInfo.getSource().

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