static void n_OnUrlError_Ljava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Liveperson.Api.Response.IOnUrlReady __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Api.Response.IOnUrlReady> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            string p0 = JNIEnv.GetString(native_p0, JniHandleOwnership.DoNotTransfer);

            __this.OnUrlError(p0);
        }
        public unsafe BaseGetUrlRequest(global::Com.Liveperson.Messaging.Messaging p0, string p1, global::Com.Liveperson.Api.Response.IOnUrlReady p2)
            : base(IntPtr.Zero, JniHandleOwnership.DoNotTransfer)
        {
            if (((global::Java.Lang.Object) this).Handle != IntPtr.Zero)
            {
                return;
            }

            IntPtr native_p1 = JNIEnv.NewString(p1);

            try {
                JValue *__args = stackalloc JValue [3];
                __args [0] = new JValue(p0);
                __args [1] = new JValue(native_p1);
                __args [2] = new JValue(p2);
                if (((object)this).GetType() != typeof(BaseGetUrlRequest))
                {
                    SetHandle(
                        global::Android.Runtime.JNIEnv.StartCreateInstance(((object)this).GetType(), "(Lcom/liveperson/messaging/Messaging;Ljava/lang/String;Lcom/liveperson/api/response/IOnUrlReady;)V", __args),
                        JniHandleOwnership.TransferLocalRef);
                    global::Android.Runtime.JNIEnv.FinishCreateInstance(((global::Java.Lang.Object) this).Handle, "(Lcom/liveperson/messaging/Messaging;Ljava/lang/String;Lcom/liveperson/api/response/IOnUrlReady;)V", __args);
                    return;
                }

                if (id_ctor_Lcom_liveperson_messaging_Messaging_Ljava_lang_String_Lcom_liveperson_api_response_IOnUrlReady_ == IntPtr.Zero)
                {
                    id_ctor_Lcom_liveperson_messaging_Messaging_Ljava_lang_String_Lcom_liveperson_api_response_IOnUrlReady_ = JNIEnv.GetMethodID(class_ref, "<init>", "(Lcom/liveperson/messaging/Messaging;Ljava/lang/String;Lcom/liveperson/api/response/IOnUrlReady;)V");
                }
                SetHandle(
                    global::Android.Runtime.JNIEnv.StartCreateInstance(class_ref, id_ctor_Lcom_liveperson_messaging_Messaging_Ljava_lang_String_Lcom_liveperson_api_response_IOnUrlReady_, __args),
                    JniHandleOwnership.TransferLocalRef);
                JNIEnv.FinishCreateInstance(((global::Java.Lang.Object) this).Handle, class_ref, id_ctor_Lcom_liveperson_messaging_Messaging_Ljava_lang_String_Lcom_liveperson_api_response_IOnUrlReady_, __args);
            } finally {
                JNIEnv.DeleteLocalRef(native_p1);
            }
        }
 static void n_OnUrlReady_Lcom_liveperson_api_response_BaseGenerateURLResponse_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Liveperson.Api.Response.IOnUrlReady             __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Api.Response.IOnUrlReady> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Liveperson.Api.Response.BaseGenerateURLResponse p0     = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Api.Response.BaseGenerateURLResponse> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.OnUrlReady(p0);
 }