Cordova and phaser, how to do callback or just how to detect ad activation (admob.requestInterstitialAd())

I have some problems not exactly with phaser but with Cordova in phaser game, I am not sure how to do callback in Cordova. I would like to get a callback after showing a full-screen ad (admob.requestInterstitialAd()), and then I would like to pause in my game.

The callback will be the best for me because these ads do not show when triggered, but sometimes after a few seconds, and then I want to pause for the game.

Thanks for any replies.

Maybe you can check the AdMob status via session storage / global variable inside the scene update()?

1 Like

Which admob plugin are you using?