Language

KeyEventActions Enum

Definition

Identifies actions reported by key events.

public enum KeyEventActions
type KeyEventActions = 
Inheritance
KeyEventActions

Fields

Name Value Description
Down 0

Actionvalue: the key has been pressed down.

Up 1

Actionvalue: the key has been released.

Multiple 2

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

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