I am using PublisherAdView in our app to show banner advertisements. So the requirement is to reload ad every 5 minutes and show each ad for 20 seconds.
Now I am using loadAd method but whenever the second ad load's it shows the previous ad and populates the new ad. So is there any way I can reset the adView after 20 seconds so that I can reload the ad freshly. I know destroy() method is there but according to the documentation we should call this on activity's destroy method.
Does anyone know how to reset the publisheradview??
Thanks