OnEditorActionListener

Interface definition for a callback to be invoked when an action is performed on the editor.

Functions

Link copied to clipboard
abstract fun onEditorAction(v: View?, actionId: Int, event: KeyEvent?): Boolean

Called when an action is being performed.