KeyUpEvent

open class KeyUpEvent

Event that corresponds to an underlying android.widget.EditText#onKeyUp(). If you handled the event, return true. If you want to allow the event to be handled by the next receiver, return false.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open var keyCode: Int
Link copied to clipboard
open var keyEvent: KeyEvent