Android.InputMethodServices.InputMethodService.OnBindInput Method
Called when a new client has bound to the input method.

Syntax

[Android.Runtime.Register("onBindInput", "()V", "GetOnBindInputHandler")]
public virtual void OnBindInput ()

Remarks

Called when a new client has bound to the input method. This may be followed by a series of InputMethodService.OnStartInput(Android.Views.InputMethods.EditorInfo, System.Boolean) and InputMethodService.OnFinishInput calls as the user navigates through its UI. Upon this call you know that InputMethodService.CurrentInputBinding and InputMethodService.CurrentInputConnection return valid objects.

[Android Documentation]

Requirements

Namespace: Android.InputMethodServices
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3