sunnycupertino / cordova-plugin-admob-simple

Cordova plugin allowing Admob interstitials and banner ads.
MIT License
164 stars 150 forks source link

[Missing event] onReceiveBannerAd #11

Closed davidvazteixeira closed 7 years ago

davidvazteixeira commented 7 years ago

Hi,

There ins't an event 'onReceiveBannerAd', the duo of 'onReceiveInterstitialAd'.

Do I have to use the event onReceiveAd?

I am interrested in the same "preload" behavior of the interstitial.

Maybe the solution is something like calling "window.plugins.AdMob.requestInterstitialAd();", but for banner.

Thanks in advanced!

sunnycupertino commented 7 years ago

Currently there is no way to do that unless you go in and modify the .java file, and yes use the onReceiveAd.