Rewarded Video
Integrate rewarded video ads
Create placement
To create rewarded placement, call createRewardedPlacement
method:
You can change the placement name if needed:
AATKitBinding.kt
AATKitBinding.swift
Reload placement
Start auto-reloading placement by calling:
Stop auto-reloading placement by calling:
Show placement
When rewarded video ad is loaded, you can show it:
Check if user earned incentive
When user watches ad, you will be notified that incentive is earned. Register callback to get AATKitReward
object containing needed information:
Last updated