IInputMethod.BindInput(InputBinding) Method

Definition

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

Java documentation for android.view.inputmethod.InputMethod.bindInput(android.view.inputmethod.InputBinding).

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.

Applies to

See also