Extension-admob handle event

Hi,

@fbricker I’m using your extension-admob : https://github.com/openfl/extension-admob. Everything working fine.

But I need to Handle when Interstitial Ads is closing so I can resume my game again.

Is there anyway to handle it?

Thanks.

Done!
You can now do this:

AdMob.onInterstitialEvent = function(event:String){
    trace("Event: "+event);
};

Where event is one of this constant STRINGS:

	AdMob.LEAVING
	AdMob.FAILED
	AdMob.CLOSED
	AdMob.DISPLAYING
	AdMob.LOADED
	AdMob.LOADING
2 Likes

Hi,

Thank you @fbricker

@fbricker,

Can you support for the new feature rewarded video admob?

Thanks.

Hi, yes… I think I’ll be adding this feature soon :slight_smile:

PS: Please refer queries about admob extension directly inside the extension github’s page.

Hi fbricker,

Is there any news about admob rewarded video?

I need that feature :slight_smile:

Thanls,
Stendy

Hi, please refer queries about admob extension directly inside the extension github’s page.