diff --git a/admob-interstitial/src/com/oseamiya/admobinterstitial/AdmobInterstitial.java b/admob-interstitial/src/com/oseamiya/admobinterstitial/AdmobInterstitial.java index 5538bd9..06eb797 100644 --- a/admob-interstitial/src/com/oseamiya/admobinterstitial/AdmobInterstitial.java +++ b/admob-interstitial/src/com/oseamiya/admobinterstitial/AdmobInterstitial.java @@ -54,7 +54,7 @@ public void AdLoaded(){ } @SimpleEvent public void FailedToLoad(String error){ - EventDispatcher.dispatchEvent(this , "FailedToLoad"); + EventDispatcher.dispatchEvent(this , "FailedToLoad", error); } @SimpleEvent public void FailedToShowFullScreenContent(String error){