Android.InputMethodServices.InputMethodService.OnStartInput Method
Called to inform the input method that text input has started in an editor.

Syntax

[Android.Runtime.Register("onStartInput", "(Landroid/view/inputmethod/EditorInfo;Z)V", "GetOnStartInput_Landroid_view_inputmethod_EditorInfo_ZHandler")]
public virtual void OnStartInput (Android.Views.InputMethods.EditorInfo attribute, bool restarting)

Parameters

attribute
The attributes of the editor that input is starting in.
restarting
Set to true if input is restarting in the same editor such as because the application has changed the text in the editor. Otherwise will be false, indicating this is a new session with the editor.

Remarks

Called to inform the input method that text input has started in an editor. You should use this callback to initialize the state of your input to match the state of the editor given to it.

[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