- keyCode
- A key code that represents the button pressed, from Android.Views.KeyEvent.
- repeatCount
- The number of times the action was made.
- e
- The KeyEvent object that defines the button action.
Documentation for this section has not yet been entered.
Default implementation of NoType:android/view/KeyEvent$Callback;Href=../../../reference/android/view/KeyEvent.Callback.html#onKeyMultiple(int, int, android.view.KeyEvent): always returns false (doesn't handle the event).
Key presses in software keyboards will generally NOT trigger this listener, although some may elect to do so in some situations. Do not rely on this to catch software key presses.