InputMethodService.InputMethodImpl.BindInput(InputBinding) Method

Definition

Handle a new input binding, calling OnBindInput() when done.

[Android.Runtime.Register("bindInput", "(Landroid/view/inputmethod/InputBinding;)V", "GetBindInput_Landroid_view_inputmethod_InputBinding_Handler")]
public override void BindInput (Android.Views.InputMethods.InputBinding binding);
[<Android.Runtime.Register("bindInput", "(Landroid/view/inputmethod/InputBinding;)V", "GetBindInput_Landroid_view_inputmethod_InputBinding_Handler")>]
override this.BindInput : Android.Views.InputMethods.InputBinding -> unit

Parameters

binding
InputBinding
Attributes

Remarks

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