DaroRewardedAdListener

Listener for rewarded ad events.

Functions

Link copied to clipboard
abstract fun onDismiss()

Called when the ad is dismissed.

Link copied to clipboard
abstract fun onEarnedReward(rewardItem: DaroRewardItem)

Called when the user earned a reward.

Link copied to clipboard
abstract fun onFailedToShow(errorMsg: String)

Called when the ad failed to show.

Link copied to clipboard
abstract fun onImpression()

Called when an impression is recorded for an ad.

Link copied to clipboard
abstract fun onShown()

Called when the ad is shown.