Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. if (AdMob) AdMob.prepareInterstitial({
  2. publisherId:'pub-xxxx',
  3. adId: ca-app-xxxx,
  4. autoShow: false, isTesting: false
  5. });
  6.  
  7. AdMob.isInterstitialReady(function (ready) {
  8. if (ready) {
  9. AdMob.showInterstitial();
  10. }
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement