- fromEnterKey
- If true, this will be executed as if the user had pressed an enter key on the keyboard, that is it will not be done if the editor has set Android.Views.InputMethods.EditorInfo.IME_FLAG_NO_ENTER_ACTION. If false, the action will be sent regardless of how the editor has set that flag.
Documentation for this section has not yet been entered.
Ask the input target to execute its default action via Android.Views.InputMethods.InputConnection.performEditorAction(int).