...
interstitialAd.setAdListener(new InterstitialListener());
...
private class InterstitialListener extends AdListner {
@Override
public void onAdOpened() {
interstitialActive = true;
}
@Override
public void onAdClosed() {
interstitialActive = false;
}
}
--
---
You received this message because you are subscribed to a topic in the Google Groups "Google AdMob Ads Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/25PmZzGykUQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
- (void)interstitialWillPresentScreen:(GADInterstitial *)interstitial {
}
- (void)interstitialDidDismissScreen:(GADInterstitial *)interstitial {