Integrate with Enhance - App Inventor
Banner Ads
Banner is a rectangle filled with an advertising content, displayed on the screen without interrupting the flow of your app.
Example Usage

Methods
IsBannerAdReady
boolean IsBannerAdReady()
Return Value:
Returns true
if any ad is ready, false
otherwise. When app is not Enhanced, always returns true
.
IsBannerAdReadyForPlacement
boolean IsBannerAdReadyForPlacement(
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
.
ShowBannerAdWithPosition
void ShowBannerAdWithPosition(
text position
)
Parameters:
text position
- Specifies the position of this ad on the screen. Use either "top"
or "bottom"
.
ShowBannerAdWithPositionAndPlacement
void ShowBannerAdWithPositionAndPlacement(
text position,
text placement
)
Parameters:
text position
- Specifies the position of this ad on the screen. Use either "top"
or "bottom"
.
text placement
- Specifies the internal placement of the ad (from the Enhance mediation editor).