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

GestureDetector() public method

public GestureDetector ( android arg0 )
arg0 android
        public GestureDetector(android.view.GestureDetector.OnGestureListener arg0)
            : base(global::MonoJavaBridge.JNIEnv.ThreadEnv)
        {
            global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
            if (global::android.view.GestureDetector._m5.native == global::System.IntPtr.Zero)
                global::android.view.GestureDetector._m5 = @__env.GetMethodIDNoThrow(global::android.view.GestureDetector.staticClass, "<init>", "(Landroid/view/GestureDetector$OnGestureListener;)V");
            global::MonoJavaBridge.JniLocalHandle handle = @__env.NewObject(android.view.GestureDetector.staticClass, global::android.view.GestureDetector._m5, global::MonoJavaBridge.JavaBridge.ConvertToValue(arg0));
            Init(@__env, handle);
        }

Same methods

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