Android.App.Instrumentation.SendPointerSync Method
Dispatch a pointer event.

Syntax

[Android.Runtime.Register("sendPointerSync", "(Landroid/view/MotionEvent;)V", "GetSendPointerSync_Landroid_view_MotionEvent_Handler")]
public virtual void SendPointerSync (Android.Views.MotionEvent e)

Parameters

e
A motion event describing the pointer action. (As noted in Android.Views.MotionEvent.Obtain(long, System.Int64, System.Int64, System.Int64, System.Int64, System.Int64), be sure to use Android.OS.SystemClock.UptimeMillis as the timebase.

Remarks

Dispatch a pointer event. Finished at some point after the recipient has returned from its event processing, though it may not have completely finished reacting from the event -- for example, if it needs to update its display as a result, it may still be in the process of doing that.

[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