Setup Ads
Display Ads
Example
Initialize the ads after the sdk is initialized.
Call ads.display()
when you want to display ads like between game stages.
Remember to pause the game (including sounds) before displaying ads.
Pass a callback method to ads.display()
so the game can resume after ads are finished.