Ejemplo n.º 1
0
 showInterstital() {
   AdMobInterstitial.showAd((error) => error && console.log(error));
 }
Ejemplo n.º 2
0
 AdMobInterstitial.requestAd(() => AdMobInterstitial.showAd((error) => error && console.log(error)));