android.app.Instrumentation.sendTrackballEventSync C# (CSharp) Метод

sendTrackballEventSync() публичный Метод

public sendTrackballEventSync ( android arg0 ) : void
arg0 android
Результат void
        public virtual void sendTrackballEventSync(android.view.MotionEvent arg0)
        {
            global::MonoJavaBridge.JavaBridge.CallVoidMethod(this, global::android.app.Instrumentation.staticClass, "sendTrackballEventSync", "(Landroid/view/MotionEvent;)V", ref global::android.app.Instrumentation._m37, global::MonoJavaBridge.JavaBridge.ConvertToValue(arg0));
        }