Integrate with Enhance - App Inventor
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

Methods
IsOfferwallReady
boolean IsOfferwallReady()
Return Value:
Returns true
if any ad is ready, false
otherwise. When app is not Enhanced, always returns true
.
IsOfferwallReadyForPlacement
boolean IsOfferwallReadyForPlacement(
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
.
ShowOfferwall
void ShowOfferwall()
ShowOfferwallWithPlacement
void ShowOfferwallWithPlacement(
text placement
)
Parameters:
text placement
- Specifies the internal placement of the ad (from the Enhance mediation editor).
Events
CurrencyGranted
CurrencyGranted()
amount
of the granted currency as an integer.