Android.Views.InputMethods.BaseInputConnection.PerformEditorAction Method
The default implementation turns this into the enter key.

Syntax

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

Parameters

actionCode
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

The default implementation turns this into the enter key.

[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