Example #1
0
 static void n_OnInterstitialFailed_Lcom_mopub_mobileads_MoPubErrorCode_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::com.mopub.mobileads.CustomEventInterstitial.ICustomEventInterstitialListener __this = global::Java.Lang.Object.GetObject <global::com.mopub.mobileads.CustomEventInterstitial.ICustomEventInterstitialListener> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::com.mopub.mobileads.MoPubErrorCode p0 = global::Java.Lang.Object.GetObject <global::com.mopub.mobileads.MoPubErrorCode> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.OnInterstitialFailed(p0);
 }