SuggestionsInfo.GetSuggestionAt(Int32) Method

Definition

[Android.Runtime.Register("getSuggestionAt", "(I)Ljava/lang/String;", "")]
public string? GetSuggestionAt (int i);
[<Android.Runtime.Register("getSuggestionAt", "(I)Ljava/lang/String;", "")>]
member this.GetSuggestionAt : int -> string

Parameters

i
Int32

the id of suggestions

Returns

the suggestion at the specified id

Attributes

Remarks

Java documentation for android.view.textservice.SuggestionsInfo.getSuggestionAt(int).

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