AdropRewardedListener
A listener called when load or show is called in the AdropRewardedAd.
Constructors
AdropRewardedListener
Properties
onAdReceived -> AdropAdCallback?
Gets invoked when the rewarded ad is received.
onAdClicked -> AdropAdCallback?
Gets invoked when the rewarded ad is clicked.
onAdImpression -> AdropAdCallback?
Gets invoked when the rewarded ad is shown.
onAdWillPresentFullScreen -> AdropAdCallback?
Gets invoked when the rewarded ad is about to appear. (iOS only)
onAdDidPresentFullScreen -> AdropAdCallback?
Gets invoked when the rewarded ad appeared.
onAdWillDismissFullScreen -> AdropAdCallback?
Gets invoked when the rewarded ad is about to disappear. (iOS only)
onAdDidDismissFullScreen -> AdropAdCallback?
Gets invoked when the rewarded ad disappeared.
onAdFailedToReceive -> AdropAdErrorCallback?
Gets invoked with AdropErrorCode when the rewarded ad fails to be received.
onAdFailedToShowFullScreen -> AdropAdErrorCallback?
Gets invoked with AdropErrorCode when the rewarded ad fails to be shown.
onAdEarnRewardHandler -> AdropAdRewardEventCallback?
Gets invoked with reward type & amount when the rewarded ad gets reward message.
Last updated