KeyEventActions Enum

Definition

Enumerates values returned by several types and taken as a parameter of several methods of KeyEvent.

public enum KeyEventActions
type KeyEventActions = 
Inheritance
KeyEventActions

Fields

Down 0

Actionvalue: the key has been pressed down.

Multiple 2

Actionvalue: multiple duplicate key events have occurred in a row, or a complex string is being delivered.

Up 1

Actionvalue: the key has been released.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to