Android.Views.KeyEventActions Enumeration
Enumerates values returned by several types and taken as a parameter of several methods of Android.Views.KeyEvent.

Syntax

public enum KeyEventActions

Remarks

Enumerates values returned by the following: and taken as a parameter of the following: .

Members

Member NameDescription
Down KeyEvent.Action value: the key has been pressed down.
Multiple KeyEvent.Action value: multiple duplicate key events have occurred in a row, or a complex string is being delivered. If the key code is not {#link Keycode.Unknown then the {#link KeyEvent.RepeatCount method returns the number of times the given key code should be executed. Otherwise, if the key code is Keycode.Unknown, then this is a sequence of characters as returned by KeyEvent.Characters.
Up KeyEvent.Action value: the key has been released.

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0