Android.Views.InputMethods.InputConnectionWrapper.PerformEditorAction Method
Have the editor perform an action it has said it can do.

Syntax

[Android.Runtime.Register("performEditorAction", "(I)Z", "GetPerformEditorAction_IHandler")]
public virtual bool PerformEditorAction (ImeAction editorAction)

Parameters

editorAction
This must be one of the action constants for EditorInfo.ImeOptions, such as EditorInfo.IME_ACTION_GO.

Returns

Documentation for this section has not yet been entered.

Remarks

Have the editor perform an action it has said it can do.

This is typically used by IMEs when the user presses the key associated with the action.

[Android Documentation]

Requirements

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