AppLovinRewardedAd

Last Updated On 2021-07-16

Version 1MinSDK 16Tutorial Video

Rewarded Ad Covers the entire Screen and makes the user watch an ad in return for a reward.User can skip out of the ad or watch it completely to earn a reward.


Properties

You can set the below properties in the UI part of the builder.

  • AgeRestricted - it's a boolean value which is set to false by default.
  • Consent - it's a boolean value which is set to false by default.
  • Muted - it's a boolean value which is set to false by default.
  • SdkKey - it's a string value which is set to blank by default.

Block Properties

You can set the below blocks properties in the blocks section of the builder.

AgeRestricted

Age Restricted. For Younger Audience

setAppLovinRewardedAd.AgeRestricted to 
AppLovinRewardedAd.AgeRestricted

Consent

GDPR. Consent of the User

setAppLovinRewardedAd.Consent to 
AppLovinRewardedAd.Consent

Muted

Start Ads Muted

setAppLovinRewardedAd.Muted to 
AppLovinRewardedAd.Muted

SdkKey

AppLovin Sdk Key

setAppLovinRewardedAd.SdkKey to 
AppLovinRewardedAd.SdkKey


Methods

You can set the below method blocks in the blocks section of the builder.

IsAdLoaded

Check if the Rewarded Ad Is Loaded

callAppLovinRewardedAd.IsAdLoaded
LoadRewardedAd

Load the Rewarded Ad in order to Show

callAppLovinRewardedAd.LoadRewardedAd
ShowRewardedAd

Show the ad after Loading

callAppLovinRewardedAd.ShowRewardedAd

Events

You can set the below event blocks in the blocks section of the builder.

AdDisplayed

Ad Dislayed

whenAppLovinRewardedAd.AdDisplayeddo
AdEnded

Ad Ended

whenAppLovinRewardedAd.AdEndeddo
AdFailedToDisplay

Ad Failed To Display

whenAppLovinRewardedAd.AdFailedToDisplay errorMessage do
AdFailedToLoad

Ad Failed To Load

whenAppLovinRewardedAd.AdFailedToLoad errorCode do
AdHidden

Ad Hidden

whenAppLovinRewardedAd.AdHiddendo
AdLoaded

Ad Loaded

whenAppLovinRewardedAd.AdLoadeddo
AdStarted

Ad Started

whenAppLovinRewardedAd.AdStarteddo
RewardRejected

Ad Rejected

whenAppLovinRewardedAd.RewardRejecteddo
Rewarded

Ad Rewarded

whenAppLovinRewardedAd.Rewarded amount do
SdkInitialized

Sdk Initialized

whenAppLovinRewardedAd.SdkInitializeddo
UserDeclinedToView

User Declined To View

whenAppLovinRewardedAd.UserDeclinedToViewdo
UserOverQuota

User is over quota. Limit set in dashboard

whenAppLovinRewardedAd.UserOverQuotado
ValidationFailed

Validation Failed

whenAppLovinRewardedAd.ValidationFailed errorCode do