AdmobRewarded
Last Updated On 2021-07-16
Version 2MinSDK 7Tutorial Video
Rewarded ads are ads that users have the option of interacting with in exchange for in-app rewards.
Properties
You can set the below properties in the UI part of the builder.
- Consent - it's a boolean value which is set to false by default.
- TestMode - it's a boolean value which is set to false by default.
Block Properties
You can set the below blocks properties in the blocks section of the builder.
Consent
User Consent for GDPR
TestMode
Test Ads
Methods
You can set the below method blocks in the blocks section of the builder.
IsAdLoaded
Check if Rewarded Ad is Loaded
LoadAd
Load a Rewarded Ad
LoadAndShowAd
Load and Show Rewarded Ad automatically without using the ShowAd Block
ShowAd
Show a Rewarded Ad After Loading
Events
You can set the below event blocks in the blocks section of the builder.
AdClosed
Rewarded Ad was closed by the User
AdDismissed
Rewarded Ad was Dismissed
AdDisplayed
Rewarded Ad was Displayed
AdFailedToDisplay
Rewarded Ad Failed to display. Check Error Message for info
AdFailedToLoad
Failed to Load Ad. Check Error Message for info
AdImpression
Rewarded Ad Impression
AdLoaded
Ad Loaded. Use Show Ad Block Inside this Event
AdOnReward
Rewarded Ad Rewarded Some Item for the user
AdOpened
Rewarded AD Was Opened