Aracılığıyla paylaş


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

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