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

Blocks
is banner ad ready
boolean is banner ad ready()
Return Value:
Returns true
if any ad is ready, false
otherwise. When app is not Enhanced, always returns true
.
is banner ad ready for placement
boolean is banner 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 banner ad with position
void show banner ad with position(
position
)
Parameters:
position
- Specifies the position of this ad on the screen. A dropdown list will show you available options.
show banner ad with position and placement
void show banner ad with position and placement(
position,
text placement
)
Parameters:
position
- Specifies the position of this ad on the screen. A dropdown list will show you available options.
text placement
- Specifies the internal placement of the ad (from the Enhance mediation editor).