This method is called when the application starts to receive text and it
is ready for this input method to process received events and send result
text back to the application.
Syntax
[Android.Runtime.Register("startInput", "(Landroid/view/inputmethod/InputConnection;Landroid/view/inputmethod/EditorInfo;)V", "GetStartInput_Landroid_view_inputmethod_InputConnection_Landroid_view_inputmethod_EditorInfo_Handler:Android.Views.InputMethods.IInputMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public
void StartInput (
IInputConnection inputConnection,
EditorInfo info)
See Also
Parameters
- inputConnection
- Optional specific input connection for
communicating with the text box; if null, you should use the generic
bound input connection.
- info
- Information about the text box (typically, an EditText)
that requests input.
Remarks
Requirements
Namespace: Android.Views.InputMethods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3