public static unsafe global::CN.Jpush.Android.Util.JRecorder GetSuperpositionRecorder(global::Android.Content.Context p0)
 {
     if (id_getSuperpositionRecorder_Landroid_content_Context_ == IntPtr.Zero)
     {
         id_getSuperpositionRecorder_Landroid_content_Context_ = JNIEnv.GetStaticMethodID(class_ref, "getSuperpositionRecorder", "(Landroid/content/Context;)Lcn/jpush/android/util/JRecorder;");
     }
     try {
         JValue *__args = stackalloc JValue [1];
         __args [0] = new JValue(p0);
         global::CN.Jpush.Android.Util.JRecorder __ret = global::Java.Lang.Object.GetObject <global::CN.Jpush.Android.Util.JRecorder> (JNIEnv.CallStaticObjectMethod(class_ref, id_getSuperpositionRecorder_Landroid_content_Context_, __args), JniHandleOwnership.TransferLocalRef);
         return(__ret);
     } finally {
     }
 }
 static void n_Record_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::CN.Jpush.Android.Util.JRecorder __this = global::Java.Lang.Object.GetObject <global::CN.Jpush.Android.Util.JRecorder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Record(p0);
 }