static void n_ExecuteRequest_Lcom_mapbox_mapboxsdk_http_HttpResponder_JLjava_lang_String_Ljava_lang_String_Ljava_lang_String_Z(IntPtr jnienv, IntPtr native__this, IntPtr native_httpRequest, long nativePtr, IntPtr native_resourceUrl, IntPtr native_etag, IntPtr native_modified, bool offlineUsage)
        {
            global::Com.Mapbox.Mapboxsdk.Module.Http.HttpRequestImpl __this      = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Mapboxsdk.Module.Http.HttpRequestImpl> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Mapbox.Mapboxsdk.Http.IHttpResponder         httpRequest = (global::Com.Mapbox.Mapboxsdk.Http.IHttpResponder)global::Java.Lang.Object.GetObject <global::Com.Mapbox.Mapboxsdk.Http.IHttpResponder> (native_httpRequest, JniHandleOwnership.DoNotTransfer);
            string resourceUrl = JNIEnv.GetString(native_resourceUrl, JniHandleOwnership.DoNotTransfer);
            string etag        = JNIEnv.GetString(native_etag, JniHandleOwnership.DoNotTransfer);
            string modified    = JNIEnv.GetString(native_modified, JniHandleOwnership.DoNotTransfer);

            __this.ExecuteRequest(httpRequest, nativePtr, resourceUrl, etag, modified, offlineUsage);
        }
 static void n_CancelRequest(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Mapbox.Mapboxsdk.Module.Http.HttpRequestImpl __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Mapboxsdk.Module.Http.HttpRequestImpl> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.CancelRequest();
 }