-
Notifications
You must be signed in to change notification settings - Fork 1
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.
if (AMRewardedVideo.isReady()) {
AMRewardedVideo.show(activity);
}