#pragma warning restore 0649

        public void OnLoaded(global::com.mopub.mobileads.BaseHtmlWebView p0)
        {
            var __h = OnLoadedHandler;

            if (__h != null)
            {
                __h(sender, new LoadedEventArgs(p0));
            }
        }
        public unsafe void OnLoaded(global::com.mopub.mobileads.BaseHtmlWebView p0)
        {
            if (id_onLoaded_Lcom_mopub_mobileads_BaseHtmlWebView_ == IntPtr.Zero)
            {
                id_onLoaded_Lcom_mopub_mobileads_BaseHtmlWebView_ = JNIEnv.GetMethodID(class_ref, "onLoaded", "(Lcom/mopub/mobileads/BaseHtmlWebView;)V");
            }
            JValue *__args = stackalloc JValue [1];

            __args [0] = new JValue(p0);
            JNIEnv.CallVoidMethod(((global::Java.Lang.Object) this).Handle, id_onLoaded_Lcom_mopub_mobileads_BaseHtmlWebView_, __args);
        }
            public virtual unsafe void OnLoaded(global::com.mopub.mobileads.BaseHtmlWebView p0)
            {
                if (id_onLoaded_Lcom_mopub_mobileads_BaseHtmlWebView_ == IntPtr.Zero)
                {
                    id_onLoaded_Lcom_mopub_mobileads_BaseHtmlWebView_ = JNIEnv.GetMethodID(class_ref, "onLoaded", "(Lcom/mopub/mobileads/BaseHtmlWebView;)V");
                }
                try {
                    JValue *__args = stackalloc JValue [1];
                    __args [0] = new JValue(p0);

                    if (((object)this).GetType() == ThresholdType)
                    {
                        JNIEnv.CallVoidMethod(((global::Java.Lang.Object) this).Handle, id_onLoaded_Lcom_mopub_mobileads_BaseHtmlWebView_, __args);
                    }
                    else
                    {
                        JNIEnv.CallNonvirtualVoidMethod(((global::Java.Lang.Object) this).Handle, ThresholdClass, JNIEnv.GetMethodID(ThresholdClass, "onLoaded", "(Lcom/mopub/mobileads/BaseHtmlWebView;)V"), __args);
                    }
                } finally {
                }
            }
 static void n_OnLoaded_Lcom_mopub_mobileads_BaseHtmlWebView_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::com.mopub.mobileads.HtmlInterstitialWebView.HtmlInterstitialWebViewListener __this = global::Java.Lang.Object.GetObject <global::com.mopub.mobileads.HtmlInterstitialWebView.HtmlInterstitialWebViewListener> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::com.mopub.mobileads.BaseHtmlWebView p0 = global::Java.Lang.Object.GetObject <global::com.mopub.mobileads.BaseHtmlWebView> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.OnLoaded(p0);
 }
 public LoadedEventArgs(global::com.mopub.mobileads.BaseHtmlWebView p0)
 {
     this.p0 = p0;
 }
 static void n_Init_Z(IntPtr jnienv, IntPtr native__this, bool p0)
 {
     global::com.mopub.mobileads.BaseHtmlWebView __this = global::Java.Lang.Object.GetObject <global::com.mopub.mobileads.BaseHtmlWebView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Init(p0);
 }
 static bool n_WasClicked(IntPtr jnienv, IntPtr native__this)
 {
     global::com.mopub.mobileads.BaseHtmlWebView __this = global::Java.Lang.Object.GetObject <global::com.mopub.mobileads.BaseHtmlWebView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.WasClicked());
 }
 static void n_OnUserClick(IntPtr jnienv, IntPtr native__this)
 {
     global::com.mopub.mobileads.BaseHtmlWebView __this = global::Java.Lang.Object.GetObject <global::com.mopub.mobileads.BaseHtmlWebView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.OnUserClick();
 }