AbstractInputMethodService.AbstractInputMethodImpl.RestartInput メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このメソッドは、この入力メソッドの状態をリセットする必要があるときに呼び出されます。
[Android.Runtime.Register("restartInput", "(Landroid/view/inputmethod/InputConnection;Landroid/view/inputmethod/EditorInfo;)V", "GetRestartInput_Landroid_view_inputmethod_InputConnection_Landroid_view_inputmethod_EditorInfo_Handler")]
public abstract void RestartInput(Android.Views.InputMethods.IInputConnection inputConnection, Android.Views.InputMethods.EditorInfo editorInfo);
[<Android.Runtime.Register("restartInput", "(Landroid/view/inputmethod/InputConnection;Landroid/view/inputmethod/EditorInfo;)V", "GetRestartInput_Landroid_view_inputmethod_InputConnection_Landroid_view_inputmethod_EditorInfo_Handler")>]
abstract member RestartInput : Android.Views.InputMethods.IInputConnection * Android.Views.InputMethods.EditorInfo -> unit
パラメーター
- inputConnection
- IInputConnection
テキスト ボックスと通信するためのオプションの特定の入力接続。null の場合は、汎用バインドされた入力接続を使用する必要があります。
- editorInfo
- EditorInfo
入力を要求するテキスト ボックス (通常は EditText) の属性。
実装
- 属性
注釈
このメソッドは、この入力メソッドの状態をリセットする必要があるときに呼び出されます。
通常、このメソッドは、入力フォーカスがテキスト ボックス間で移動されるときに呼び出されます。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。