Integrate with Enhance - Stencyl
Offer Walls
Offer Walls show full screen of real world offers (e.g. surveys), usually with an in-game reward offered in return for a completion.
Example Usage

Blocks
is offerwall ad ready
boolean is offerwall ad ready()
Return Value:
Returns true
if any ad is ready, false
otherwise. When app is not Enhanced, always returns true
.
is offerwall ad ready for placement
boolean is offerwall 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 offerwall ad
void show offerwall ad()
show offerwall ad with placement
void show offerwall ad with placement(
text placement
)
Parameters:
text placement
- Specifies the internal placement of the ad (from the Enhance mediation editor).
on offerwall currency granted
on offerwall currency granted()
currency amount
as a parameter.