SuggestionSpan.GetSuggestions Method

Definition

[Android.Runtime.Register("getSuggestions", "()[Ljava/lang/String;", "GetGetSuggestionsHandler")]
public virtual string[]? GetSuggestions ();
[<Android.Runtime.Register("getSuggestions", "()[Ljava/lang/String;", "GetGetSuggestionsHandler")>]
abstract member GetSuggestions : unit -> string[]
override this.GetSuggestions : unit -> string[]

Returns

String[]

an array of suggestion texts for this span

Attributes

Remarks

Java documentation for android.text.style.SuggestionSpan.getSuggestions().

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