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

Methods
IsInterstitialReady
boolean IsInterstitialReady()
Return Value:
Returns true
if any ad is ready, false
otherwise. When app is not Enhanced, always returns true
.
IsInterstitialReadyForPlacement
boolean IsInterstitialReadyForPlacement(
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
.
ShowInterstitialAd
void ShowInterstitialAd()
ShowInterstitialAdWithPlacement
void ShowInterstitialAdWithPlacement(
text placement
)
Parameters:
text placement
- Specifies the internal placement of the ad (from the Enhance mediation editor).