IInputMethod.BindInput(InputBinding) 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.
Bind a new application environment in to the input method, so that it can later start and stop input processing.
[Android.Runtime.Register("bindInput", "(Landroid/view/inputmethod/InputBinding;)V", "GetBindInput_Landroid_view_inputmethod_InputBinding_Handler:Android.Views.InputMethods.IInputMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void BindInput (Android.Views.InputMethods.InputBinding? binding);
[<Android.Runtime.Register("bindInput", "(Landroid/view/inputmethod/InputBinding;)V", "GetBindInput_Landroid_view_inputmethod_InputBinding_Handler:Android.Views.InputMethods.IInputMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member BindInput : Android.Views.InputMethods.InputBinding -> unit
Parameters
- binding
- InputBinding
Information about the application window that is binding to the input method.
- Attributes
Remarks
Bind a new application environment in to the input method, so that it can later start and stop input processing. Typically this method is called when this input method is enabled in an application for the first time.
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.