Ionic Show Interstitial ADS Function

PHOTO EMBED

Thu Jan 14 2021 22:31:54 GMT+0000 (Coordinated Universal Time)

Saved by @zinotrust #html

showInterstitialAd() {
  this.admobFree.interstitial.isReady().then(() => {
    this.admobFree.interstitial.show().then(() => {
    })
      .catch(e =>alert("show "+e));
  })
    .catch(e =>alert("isReady "+e));
}
content_copyCOPY