MetaKeyKeyListener.HandleKeyUp(Int64, Keycode, KeyEvent) Method

Definition

Handles release of the meta keys.

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

Parameters

state
Int64
keyCode
Keycode

Returns

Attributes

Remarks

Handles release of the meta keys.

Java documentation for android.text.method.MetaKeyKeyListener.handleKeyUp(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