EditorActionEvent

Event sent by EditText when the return key is pressed or the IME signals an 'action'. Return true if the handler consumed the event.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open var actionId: Int
Link copied to clipboard
open var event: KeyEvent
Link copied to clipboard
open var view: TextView