Skip to content

Android Rewarded Video Basic Usage

Mert Celik edited this page Sep 24, 2018 · 1 revision

Basic usage is designed to get your application up and running with our rewarded videos as soon as possible without diving into many details.

N.B.: In order to implement basic usage for rewarded videos, you must have auto-loading enabled for rewarded videos. To learn how to enable auto-loading, please refer here.

1. Check if the rewarded video is ready and show it

if (AMRewardedVideo.isReady()) {
    AMRewardedVideo.show(activity);
}
Clone this wiki locally