public static unsafe void 鷭(global::Android.Content.Context p0, bool p1, global::Com.Qcl.VH.Content.ConfigManager p2)
 {
     if (id_鷭_Landroid_content_Context_ZLcom_qcl_vh_content_ConfigManager_ == IntPtr.Zero)
     {
         id_鷭_Landroid_content_Context_ZLcom_qcl_vh_content_ConfigManager_ = JNIEnv.GetStaticMethodID(class_ref, "鷭", "(Landroid/content/Context;ZLcom/qcl/vh/content/ConfigManager;)V");
     }
     try {
         JValue *__args = stackalloc JValue [3];
         __args [0] = new JValue(p0);
         __args [1] = new JValue(p1);
         __args [2] = new JValue(p2);
         JNIEnv.CallStaticVoidMethod(class_ref, id_鷭_Landroid_content_Context_ZLcom_qcl_vh_content_ConfigManager_, __args);
     } finally {
     }
 }
示例#2
0
 static long n_GetActivationEndDate(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Qcl.VH.Content.ConfigManager __this = global::Java.Lang.Object.GetObject <global::Com.Qcl.VH.Content.ConfigManager> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.ActivationEndDate);
 }
示例#3
0
 static bool n_IsHubInitialized(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Qcl.VH.Content.ConfigManager __this = global::Java.Lang.Object.GetObject <global::Com.Qcl.VH.Content.ConfigManager> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.IsHubInitialized);
 }