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
Link copied to clipboard
lateinit var keyEvent: KeyEvent