- keyCode
- The value in event.getKeyCode().
- e
- Description of the key event.
Documentation for this section has not yet been entered.
Called when a key down event has occurred. If you return true, you can first call KeyEvent.StartTracking to have the framework track the event through its Android.Views.KeyEvent.ICallback.OnKeyUp(Keycode, Android.Views.KeyEvent) and also call your Android.Views.KeyEvent.ICallback.OnKeyLongPress(Keycode, Android.Views.KeyEvent) if it occurs.