KeyEvent.MaxKeyCode Property

Definition

Returns the maximum keycode.

public static Android.Views.Keycode MaxKeyCode { [Android.Runtime.Register("getMaxKeyCode", "()I", "")] get; }
[<get: Android.Runtime.Register("getMaxKeyCode", "()I", "")>]
static member MaxKeyCode : Android.Views.Keycode

Property Value

Attributes

Remarks

Returns the maximum keycode.

Java documentation for android.view.KeyEvent.getMaxKeyCode().

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