Android.App.Instrumentation.SendStringSync Method
Sends the key events corresponding to the text to the app being instrumented.

Syntax

[Android.Runtime.Register("sendStringSync", "(Ljava/lang/String;)V", "GetSendStringSync_Ljava_lang_String_Handler")]
public virtual void SendStringSync (string text)

Parameters

text
The text to be sent.

Remarks

Sends the key events corresponding to the text to the app being instrumented.

[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