Rewarded ads let you offer users in-app items—such as continued gameplay, virtual currency, or other rewards—in exchange for their engagement with ads. Rewarded ads boost engagement because users receive a tangible benefit for their time.
The following sections show you how to load and then show a rewarded ad.
To load a rewarded ad, first get an instance of a MaxRewardedAd object that corresponds to your rewarded ad unit.
Then call that object’s loadAd() method.
Implement MaxRewardedAdListener so that you are notified when your ad is ready.
This also notifies you of other ad-related events.
To show a rewarded ad, call showAd( this ) on the MaxRewardedAd object you created.
To access the reward amount and currency, override the onUserRewarded() callback:
You can receive callbacks to your currency server. To learn how, see the MAX S2S rewarded callback API guide. Then update the Server Side Callback URL in your Edit Ad Unit page.
To set the reward amount and currency:

