Have the editor perform an action it has said it can do.
Syntax
[Android.Runtime.Register("performEditorAction", "(I)Z", "GetPerformEditorAction_IHandler:Android.Views.InputMethods.IInputConnectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public
bool PerformEditorAction ([Android.Runtime.GeneratedEnum]
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
Requirements
Namespace: Android.Views.InputMethods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3