AbstractInputMethodService.AbstractInputMethodImpl.BindInput 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")]
public abstract void BindInput (Android.Views.InputMethods.InputBinding binding);
[<Android.Runtime.Register("bindInput", "(Landroid/view/inputmethod/InputBinding;)V", "GetBindInput_Landroid_view_inputmethod_InputBinding_Handler")>]
abstract member BindInput : Android.Views.InputMethods.InputBinding -> unit

Parameters

binding
InputBinding

Information about the application window that is binding to the input method.

Implements

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.

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