SpellCheckerSession.ISpellCheckerSessionListener.OnGetSuggestions Method

Definition

Callback for SpellCheckerSession#getSuggestions(TextInfo, int) and SpellCheckerSession#getSuggestions(TextInfo[], int, boolean)

[Android.Runtime.Register("onGetSuggestions", "([Landroid/view/textservice/SuggestionsInfo;)V", "GetOnGetSuggestions_arrayLandroid_view_textservice_SuggestionsInfo_Handler:Android.Views.TextService.SpellCheckerSession/ISpellCheckerSessionListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnGetSuggestions (Android.Views.TextService.SuggestionsInfo[]? results);
[<Android.Runtime.Register("onGetSuggestions", "([Landroid/view/textservice/SuggestionsInfo;)V", "GetOnGetSuggestions_arrayLandroid_view_textservice_SuggestionsInfo_Handler:Android.Views.TextService.SpellCheckerSession/ISpellCheckerSessionListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnGetSuggestions : Android.Views.TextService.SuggestionsInfo[] -> unit

Parameters

results
SuggestionsInfo[]

an array of SuggestionsInfos. These results are suggestions for TextInfos queried by SpellCheckerSession#getSuggestions(TextInfo, int) or SpellCheckerSession#getSuggestions(TextInfo[], int, boolean)

Attributes

Remarks

Callback for SpellCheckerSession#getSuggestions(TextInfo, int) and SpellCheckerSession#getSuggestions(TextInfo[], int, boolean)

Java documentation for android.view.textservice.SpellCheckerSession.SpellCheckerSessionListener.onGetSuggestions(android.view.textservice.SuggestionsInfo[]).

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