Integrate with Enhance - Stencyl
Interstitial Ads
Interstitial Ads are short static or video ads, usually shown between levels or when game is over.
Example Usage

Blocks
is interstitial ad ready
boolean is interstitial ad ready()
Return Value:
Returns true
if any ad is ready, false
otherwise. When app is not Enhanced, always returns true
.
is interstitial ad ready for placement
boolean is interstitial ad ready for placement(
text placement
)
Parameters:
text placement
- Specifies the internal placement of the ad (from the Enhance mediation editor).
Return Value:
Returns true
if any ad is ready, false
otherwise. When app is not Enhanced, always returns true
.
show interstitial ad
void show interstitial ad()
show interstitial ad with placement
void show interstitial ad with placement(
text placement
)
Parameters:
text placement
- Specifies the internal placement of the ad (from the Enhance mediation editor).