InlineSuggestionsResponse.InlineSuggestions Property

Definition

List of InlineSuggestions returned as a part of this response.

public System.Collections.Generic.IList<Android.Views.InputMethods.InlineSuggestion> InlineSuggestions { [Android.Runtime.Register("getInlineSuggestions", "()Ljava/util/List;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getInlineSuggestions", "()Ljava/util/List;", "", ApiSince=30)>]
member this.InlineSuggestions : System.Collections.Generic.IList<Android.Views.InputMethods.InlineSuggestion>

Property Value

Attributes

Remarks

List of InlineSuggestions returned as a part of this response.

When the host app requests to inflate this <b>ordered</b> list of inline suggestions by calling InlineSuggestion#inflate, it is the host's responsibility to track the order of the inflated android.view.Views. These views are to be added in order to the view hierarchy, because the inflation calls will return asynchronously.

The inflation ordering does not apply to the pinned icon.

Java documentation for android.view.inputmethod.InlineSuggestionsResponse.getInlineSuggestions().

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