public unsafe 鷭(global::Com.Qcl.VH.Service.NetworkService __self, global::Android.OS.Looper p1)
                : base(IntPtr.Zero, JniHandleOwnership.DoNotTransfer)
            {
                if (Handle != IntPtr.Zero)
                {
                    return;
                }

                try {
                    JValue *__args = stackalloc JValue [2];
                    __args [0] = new JValue(__self);
                    __args [1] = new JValue(p1);
                    if (GetType() != typeof(鷭))
                    {
                        SetHandle(
                            global::Android.Runtime.JNIEnv.StartCreateInstance(GetType(), "(L" + global::Android.Runtime.JNIEnv.GetJniName(GetType().DeclaringType) + ";Landroid/os/Looper;)V", __args),
                            JniHandleOwnership.TransferLocalRef);
                        global::Android.Runtime.JNIEnv.FinishCreateInstance(Handle, "(L" + global::Android.Runtime.JNIEnv.GetJniName(GetType().DeclaringType) + ";Landroid/os/Looper;)V", __args);
                        return;
                    }

                    if (id_ctor_Lcom_qcl_vh_service_NetworkService_Landroid_os_Looper_ == IntPtr.Zero)
                    {
                        id_ctor_Lcom_qcl_vh_service_NetworkService_Landroid_os_Looper_ = JNIEnv.GetMethodID(class_ref, "<init>", "(Lcom/qcl/vh/service/NetworkService;Landroid/os/Looper;)V");
                    }
                    SetHandle(
                        global::Android.Runtime.JNIEnv.StartCreateInstance(class_ref, id_ctor_Lcom_qcl_vh_service_NetworkService_Landroid_os_Looper_, __args),
                        JniHandleOwnership.TransferLocalRef);
                    JNIEnv.FinishCreateInstance(Handle, class_ref, id_ctor_Lcom_qcl_vh_service_NetworkService_Landroid_os_Looper_, __args);
                } finally {
                }
            }
Example #2
0
        public unsafe If(global::Android.Content.Context p0, global::Com.Qcl.VH.Service.NetworkService p1, global::Com.Qcl.VH.A.C.鷭 p2, int p3)
            : base(IntPtr.Zero, JniHandleOwnership.DoNotTransfer)
        {
            if (Handle != IntPtr.Zero)
            {
                return;
            }

            try {
                JValue *__args = stackalloc JValue [4];
                __args [0] = new JValue(p0);
                __args [1] = new JValue(p1);
                __args [2] = new JValue(p2);
                __args [3] = new JValue(p3);
                if (GetType() != typeof(If))
                {
                    SetHandle(
                        global::Android.Runtime.JNIEnv.StartCreateInstance(GetType(), "(Landroid/content/Context;Lcom/qcl/vh/service/NetworkService;Lcom/qcl/vh/a/c/鷭;I)V", __args),
                        JniHandleOwnership.TransferLocalRef);
                    global::Android.Runtime.JNIEnv.FinishCreateInstance(Handle, "(Landroid/content/Context;Lcom/qcl/vh/service/NetworkService;Lcom/qcl/vh/a/c/鷭;I)V", __args);
                    return;
                }

                if (id_ctor_Landroid_content_Context_Lcom_qcl_vh_service_NetworkService_Lcom_qcl_vh_a_c_鷭_I == IntPtr.Zero)
                {
                    id_ctor_Landroid_content_Context_Lcom_qcl_vh_service_NetworkService_Lcom_qcl_vh_a_c_鷭_I = JNIEnv.GetMethodID(class_ref, "<init>", "(Landroid/content/Context;Lcom/qcl/vh/service/NetworkService;Lcom/qcl/vh/a/c/鷭;I)V");
                }
                SetHandle(
                    global::Android.Runtime.JNIEnv.StartCreateInstance(class_ref, id_ctor_Landroid_content_Context_Lcom_qcl_vh_service_NetworkService_Lcom_qcl_vh_a_c_鷭_I, __args),
                    JniHandleOwnership.TransferLocalRef);
                JNIEnv.FinishCreateInstance(Handle, class_ref, id_ctor_Landroid_content_Context_Lcom_qcl_vh_service_NetworkService_Lcom_qcl_vh_a_c_鷭_I, __args);
            } finally {
            }
        }
        static bool n_ShouldUploadHubHealth_Ljava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Qcl.VH.Service.NetworkService __this = global::Java.Lang.Object.GetObject <global::Com.Qcl.VH.Service.NetworkService> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            string p0    = JNIEnv.GetString(native_p0, JniHandleOwnership.DoNotTransfer);
            bool   __ret = __this.ShouldUploadHubHealth(p0);

            return(__ret);
        }
        static IntPtr n_OnBind_Landroid_content_Intent_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Qcl.VH.Service.NetworkService __this = global::Java.Lang.Object.GetObject <global::Com.Qcl.VH.Service.NetworkService> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Android.Content.Intent            p0     = global::Java.Lang.Object.GetObject <global::Android.Content.Intent> (native_p0, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.OnBind(p0));

            return(__ret);
        }
        static bool n_QueueMessage_Lcom_qcl_vh_a_c_CON_Lcom_qcl_vh_content_鷭_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1)
        {
            global::Com.Qcl.VH.Service.NetworkService __this = global::Java.Lang.Object.GetObject <global::Com.Qcl.VH.Service.NetworkService> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Qcl.VH.A.C.CON    p0 = global::Java.Lang.Object.GetObject <global::Com.Qcl.VH.A.C.CON> (native_p0, JniHandleOwnership.DoNotTransfer);
            global::Com.Qcl.VH.Content.I鷭 p1 = (global::Com.Qcl.VH.Content.I鷭)global::Java.Lang.Object.GetObject <global::Com.Qcl.VH.Content.I鷭> (native_p1, JniHandleOwnership.DoNotTransfer);
            bool __ret = __this.QueueMessage(p0, p1);

            return(__ret);
        }
        static void n_DoAuthentication_Landroid_content_Context_Ljava_lang_String_Ljava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1, IntPtr native_p2)
        {
            global::Com.Qcl.VH.Service.NetworkService __this = global::Java.Lang.Object.GetObject <global::Com.Qcl.VH.Service.NetworkService> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Android.Content.Context           p0     = global::Java.Lang.Object.GetObject <global::Android.Content.Context> (native_p0, JniHandleOwnership.DoNotTransfer);
            string p1 = JNIEnv.GetString(native_p1, JniHandleOwnership.DoNotTransfer);
            string p2 = JNIEnv.GetString(native_p2, JniHandleOwnership.DoNotTransfer);

            __this.DoAuthentication(p0, p1, p2);
        }
Example #7
0
        public unsafe 櫯(global::Android.Content.Context p0, global::Com.Qcl.VH.Service.NetworkService p1, int p2, bool p3, string p4)
            : base(IntPtr.Zero, JniHandleOwnership.DoNotTransfer)
        {
            if (Handle != IntPtr.Zero)
            {
                return;
            }

            IntPtr native_p4 = JNIEnv.NewString(p4);

            try {
                JValue *__args = stackalloc JValue [5];
                __args [0] = new JValue(p0);
                __args [1] = new JValue(p1);
                __args [2] = new JValue(p2);
                __args [3] = new JValue(p3);
                __args [4] = new JValue(native_p4);
                if (GetType() != typeof(櫯))
                {
                    SetHandle(
                        global::Android.Runtime.JNIEnv.StartCreateInstance(GetType(), "(Landroid/content/Context;Lcom/qcl/vh/service/NetworkService;IZLjava/lang/String;)V", __args),
                        JniHandleOwnership.TransferLocalRef);
                    global::Android.Runtime.JNIEnv.FinishCreateInstance(Handle, "(Landroid/content/Context;Lcom/qcl/vh/service/NetworkService;IZLjava/lang/String;)V", __args);
                    return;
                }

                if (id_ctor_Landroid_content_Context_Lcom_qcl_vh_service_NetworkService_IZLjava_lang_String_ == IntPtr.Zero)
                {
                    id_ctor_Landroid_content_Context_Lcom_qcl_vh_service_NetworkService_IZLjava_lang_String_ = JNIEnv.GetMethodID(class_ref, "<init>", "(Landroid/content/Context;Lcom/qcl/vh/service/NetworkService;IZLjava/lang/String;)V");
                }
                SetHandle(
                    global::Android.Runtime.JNIEnv.StartCreateInstance(class_ref, id_ctor_Landroid_content_Context_Lcom_qcl_vh_service_NetworkService_IZLjava_lang_String_, __args),
                    JniHandleOwnership.TransferLocalRef);
                JNIEnv.FinishCreateInstance(Handle, class_ref, id_ctor_Landroid_content_Context_Lcom_qcl_vh_service_NetworkService_IZLjava_lang_String_, __args);
            } finally {
                JNIEnv.DeleteLocalRef(native_p4);
            }
        }
 static void n_SetUpServiceHandler(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Qcl.VH.Service.NetworkService __this = global::Java.Lang.Object.GetObject <global::Com.Qcl.VH.Service.NetworkService> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetUpServiceHandler();
 }
 static void n_ProcessStopReason_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Com.Qcl.VH.Service.NetworkService __this = global::Java.Lang.Object.GetObject <global::Com.Qcl.VH.Service.NetworkService> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.ProcessStopReason(p0);
 }
 static bool n_IsHubActive(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Qcl.VH.Service.NetworkService __this = global::Java.Lang.Object.GetObject <global::Com.Qcl.VH.Service.NetworkService> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.IsHubActive);
 }
Example #11
0
 public unsafe Ȃ(global::Android.Content.Context p0, global::Com.Qcl.VH.Service.NetworkService p1, global::Com.Qcl.VH.A.C.p2, global::System.Collections.Generic.ICollection <string> p3)