AbstractInputMethodService.AbstractInputMethodSessionImpl.DisplayCompletions メソッド

定義

オートコンプリートを実行するテキスト エディターによって呼び出され、入力メソッドに使用可能な入力候補について通知します。

[Android.Runtime.Register("displayCompletions", "([Landroid/view/inputmethod/CompletionInfo;)V", "GetDisplayCompletions_arrayLandroid_view_inputmethod_CompletionInfo_Handler")]
public abstract void DisplayCompletions (Android.Views.InputMethods.CompletionInfo[]? completions);
[<Android.Runtime.Register("displayCompletions", "([Landroid/view/inputmethod/CompletionInfo;)V", "GetDisplayCompletions_arrayLandroid_view_inputmethod_CompletionInfo_Handler")>]
abstract member DisplayCompletions : Android.Views.InputMethods.CompletionInfo[] -> unit

パラメーター

completions
CompletionInfo[]

使用可能なテキスト入力候補の配列。最良の状態から始まります。 この配列が null の場合、既存の入力候補はすべて削除されます。

実装

属性

注釈

オートコンプリートを実行するテキスト エディターによって呼び出され、入力メソッドに使用可能な入力候補について通知します。 これを入力メソッドで使用すると、挿入するテキストをユーザーに表示して選択できます。

android.view.inputmethod.InputMethodSession.displayCompletions(android.view.inputmethod.CompletionInfo[])Java ドキュメント。

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

適用対象