onUserEarnedReward method
dynamic
onUserEarnedReward(
- AdWithoutView ad,
- RewardItem reward
Implementation
onUserEarnedReward(AdWithoutView ad, RewardItem reward) async {
await getRecompenseAds();
logCat(
'$RewardedAd [$ad] with reward $RewardItem(${reward.amount}, ${reward.type})');
setRewardAmount(action: 1);
showDialogRecompense();
//setShowProgressBar(show: false);
}