onEditorAction

abstract fun onEditorAction(v: View?, actionId: Int, event: KeyEvent?): Boolean

Called when an action is being performed.

Return

True if you have consumed the action, false otherwise.

Parameters

v

The view that was clicked.

actionId

The ID of the action.

event

The key event.