angularjs - How to request new banner ad in AdMob Pro? -


i have angular ionic mobile app. switched old admob cordova plugin (https://github.com/floatinghotpot/cordova-plugin-admob) admob pro plugin (https://github.com/floatinghotpot/cordova-admob-pro). have working, can't figure out how request new ad. old plugin had function requestad new ad , display/replace in existing banner. using admob pro, way see new ad display using createbanner function. works, content shifts , down banner first removed, , redisplayed new ad. not have flicker.

is there way in admob pro cordova plugin request new ad without having remove current banner , create new one?

set refresh interval in admob portal.

by default interval 60 seconds, can configure wish.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -