SpellCheckerSession.ISpellCheckerSessionListener.OnGetSuggestions 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#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 SuggestionsInfo
s.
These results are suggestions for TextInfo
s 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)
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.