Skip to main content

Reward Setting

Reward is used to set the reward a user gets after watching a rewarded video in a specific placement. Different placements can contain different amounts of rewards and different types of rewards (in-app currency, bonus points etc.). Setting the type of reward is not required.

The entered parameter goes back to API SDK callback after a successful video impression.

Android:

public void onRewardedVideoFinished(int amount, String name)

iOS:

-(void)rewardedVideoDidFinish:(NSUInteger)rewardAmount name:(NSString *)rewardName