Skip to main content

Rewarded Video

Rewarded videos are user-initiated ads where users can earn in-app rewards in exchange for viewing a video.

Check If Ad Is Loaded

You can check if the ad has been loaded before showing it. This method returns a boolean value indicating whether or not the rewarded video has been loaded.

Appodeal.isLoaded(Appodeal.REWARDED_VIDEO)

We recommend you to check ad caching before trying to show it.

if (Appodeal.isLoaded(Appodeal.REWARDED_VIDEO)) {
Appodeal.show(this, Appodeal.REWARDED_VIDEO)
}

Display

Appodeal.show(this, Appodeal.REWARDED_VIDEO)

You can use our demo app as a reference project.

Demo App


If you want to use advanced Rewarded Video integration, you can find detailed documentation here