SpellCheckerService.Session.OnGetSuggestionsMultiple(TextInfo[], Int32, Boolean) 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.
A batch process of onGetSuggestions.
[Android.Runtime.Register("onGetSuggestionsMultiple", "([Landroid/view/textservice/TextInfo;IZ)[Landroid/view/textservice/SuggestionsInfo;", "GetOnGetSuggestionsMultiple_arrayLandroid_view_textservice_TextInfo_IZHandler")]
public virtual Android.Views.TextService.SuggestionsInfo[]? OnGetSuggestionsMultiple (Android.Views.TextService.TextInfo[]? textInfos, int suggestionsLimit, bool sequentialWords);
[<Android.Runtime.Register("onGetSuggestionsMultiple", "([Landroid/view/textservice/TextInfo;IZ)[Landroid/view/textservice/SuggestionsInfo;", "GetOnGetSuggestionsMultiple_arrayLandroid_view_textservice_TextInfo_IZHandler")>]
abstract member OnGetSuggestionsMultiple : Android.Views.TextService.TextInfo[] * int * bool -> Android.Views.TextService.SuggestionsInfo[]
override this.OnGetSuggestionsMultiple : Android.Views.TextService.TextInfo[] * int * bool -> Android.Views.TextService.SuggestionsInfo[]
Parameters
- textInfos
- TextInfo[]
an array of the text metadata
- suggestionsLimit
- Int32
the maximum number of suggestions to be returned
- sequentialWords
- Boolean
true if textInfos can be treated as sequential words.
Returns
- Attributes
Remarks
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.