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

GestureDetector() static private method

static private GestureDetector ( )
        static GestureDetector()
        {
            global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
            global::android.view.GestureDetector.staticClass = @__env.NewGlobalRef(@__env.FindClass("android/view/GestureDetector"));
        }

Same methods

GestureDetector::GestureDetector ( android arg0 )
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 )