SpellCheckerSession.ISpellCheckerSessionListener.OnGetSentenceSuggestions Method

Definition

Callback for SpellCheckerSession#getSentenceSuggestions(TextInfo[], int)

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

Parameters

results
SentenceSuggestionsInfo[]

an array of SentenceSuggestionsInfos. These results are suggestions for TextInfos queried by SpellCheckerSession#getSentenceSuggestions(TextInfo[], int).

Attributes

Remarks

Callback for SpellCheckerSession#getSentenceSuggestions(TextInfo[], int)

Java documentation for android.view.textservice.SpellCheckerSession.SpellCheckerSessionListener.onGetSentenceSuggestions(android.view.textservice.SentenceSuggestionsInfo[]).

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