android.view.GestureDetector.GestureDetector C# (CSharp) Method

GestureDetector() public method

public GestureDetector ( android arg0, android arg1, android arg2, bool arg3 )
arg0 android
arg1 android
arg2 android
arg3 bool
        public GestureDetector(android.content.Context arg0, android.view.GestureDetector.OnGestureListener arg1, android.os.Handler arg2, bool arg3)
            : base(global::MonoJavaBridge.JNIEnv.ThreadEnv)
        {
            global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
            if (global::android.view.GestureDetector._m8.native == global::System.IntPtr.Zero)
                global::android.view.GestureDetector._m8 = @__env.GetMethodIDNoThrow(global::android.view.GestureDetector.staticClass, "<init>", "(Landroid/content/Context;Landroid/view/GestureDetector$OnGestureListener;Landroid/os/Handler;Z)V");
            global::MonoJavaBridge.JniLocalHandle handle = @__env.NewObject(android.view.GestureDetector.staticClass, global::android.view.GestureDetector._m8, global::MonoJavaBridge.JavaBridge.ConvertToValue(arg0), global::MonoJavaBridge.JavaBridge.ConvertToValue(arg1), global::MonoJavaBridge.JavaBridge.ConvertToValue(arg2), global::MonoJavaBridge.JavaBridge.ConvertToValue(arg3));
            Init(@__env, handle);
        }

Same methods

GestureDetector::GestureDetector ( )
GestureDetector::GestureDetector ( android arg0 )
GestureDetector::GestureDetector ( android arg0, android arg1 )
GestureDetector::GestureDetector ( android arg0, android arg1, android arg2 )
GestureDetector::GestureDetector ( global @__env )