- keyCode
- The key code of the character to send.
Higher-level method for sending both the down and up key events for a particular character key code. Equivalent to creating both KeyEvent objects by hand and calling Instrumentation.SendKeySync(Android.Views.KeyEvent). The event appears as if it came from keyboard 0, the built in one.