- keyCode
- The value in event.getKeyCode().
- e
- Description of the key event.
Documentation for this section has not yet been entered.
Called when a long press has occurred. If you return true, the final key up will have KeyEventFlags.Canceled and KeyEventFlags.CanceledLongPress set. Note that in order to receive this callback, someone in the event change must return true from Android.Views.KeyEvent.ICallback.OnKeyDown(Keycode, Android.Views.KeyEvent)and call KeyEvent.StartTracking on the event.