MetaKeyKeyListener.HandleKeyDown(Int64, Keycode, KeyEvent) Method

Definition

Handles presses of the meta keys.

[Android.Runtime.Register("handleKeyDown", "(JILandroid/view/KeyEvent;)J", "")]
public static long HandleKeyDown (long state, Android.Views.Keycode keyCode, Android.Views.KeyEvent? e);
[<Android.Runtime.Register("handleKeyDown", "(JILandroid/view/KeyEvent;)J", "")>]
static member HandleKeyDown : int64 * Android.Views.Keycode * Android.Views.KeyEvent -> int64

Parameters

state
Int64
keyCode
Keycode

Returns

Attributes

Remarks

Handles presses of the meta keys.

Java documentation for android.text.method.MetaKeyKeyListener.handleKeyDown(long, int, android.view.KeyEvent).

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