Android.App.Instrumentation.SendCharacterSync Method
Higher-level method for sending both the down and up key events for a particular character key code.

Syntax

[Android.Runtime.Register("sendCharacterSync", "(I)V", "GetSendCharacterSync_IHandler")]
public virtual void SendCharacterSync ([Android.Runtime.GeneratedEnum] Android.Views.Keycode keyCode)

Parameters

keyCode
The key code of the character to send.

Remarks

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.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1