Android.InputMethodServices.InputMethodService.SendDefaultEditorAction Method
Ask the input target to execute its default action via Android.Views.InputMethods.InputConnection.performEditorAction(int).

Syntax

[Android.Runtime.Register("sendDefaultEditorAction", "(Z)Z", "GetSendDefaultEditorAction_ZHandler")]
public virtual bool SendDefaultEditorAction (bool fromEnterKey)

Parameters

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.

Returns

Documentation for this section has not yet been entered.

Remarks

Requirements

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