AdropAdRewardEventCallback

The callback type to handle a reward event occurring for a rewarded ad with reward type and amount.


typedef AdropAdRewardEventCallback = void Function(AdropAd ad, int type, int amount);

Last updated