SpellCheckerSession.ISpellCheckerSessionListener.OnGetSentenceSuggestions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 SentenceSuggestionsInfo
s.
These results are suggestions for TextInfo
s
queried by SpellCheckerSession#getSentenceSuggestions(TextInfo[], int)
.
- Attributes
Remarks
Callback for SpellCheckerSession#getSentenceSuggestions(TextInfo[], 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.