ads_interstitial_available()
Returns: Boolean
This function will check to see if there is an interstitial ad
available from the chosen ad provider (currently limited to ad
Mob) and return true if there is or false if
there is not.
if ads_interstitial_available()
{
ads_interstitial_display();
}
The above code checks to see if the ad provider can serve an interstitial ad and if it can, it then calls the function to display it.