Integrate with Enhance - App Inventor
Rewarded Ads
Rewarded Ads are usually full-screen video ads which users can view to receive a reward inside the app, like an additional in-game currency or a health bonus for example.
Example Usage

Methods
IsRewardedAdReady
boolean IsRewardedAdReady()
Return Value:
Returns true
if any ad is ready, false
otherwise. When app is not Enhanced, always returns true
.
IsRewardedAdReadyForPlacement
boolean IsRewardedAdReadyForPlacement(
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
.
ShowRewardedAd
void ShowRewardedAd()
ShowRewardedAdWithPlacement
void ShowRewardedAdWithPlacement(
text placement
)
Parameters:
text placement
- Specifies the internal placement of the ad (from the Enhance mediation editor).
Events
RewardGranted
RewardGranted()
type
, and its value
as an integer (if applicable, depending on ad network's configuration).