SpellCheckerService.Session.OnGetSuggestionsMultiple メソッド

定義

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[]

パラメーター

textInfos
TextInfo[]

テキスト メタデータの配列

suggestionsLimit
Int32

返される候補の最大数

sequentialWords
Boolean

textInfos を連続した単語として扱うことができる場合は true。

戻り値

によって返される の SentenceSuggestionsInfo 配列 SpellCheckerService.Session#onGetSuggestions(TextInfo, int)

属性

注釈

onGetSuggestions のバッチ プロセス。 この関数は、受信 IPC スレッドで実行されます。 そのため、これはメイン スレッドでは呼び出されませんが、別のスレッドでは一連の呼び出しになります。

android.service.textservice.SpellCheckerService.Session.onGetSuggestionsMultiple(android.view.textservice.TextInfo[], int, boolean)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象