-
- All Implemented Interfaces:
-
io.cloudx.sdk.CloudXAdListener,io.cloudx.sdk.CloudXFullscreenAdListener
public interface CloudXRewardedListener implements CloudXFullscreenAdListener
Listener for rewarded ad events.
Extends CloudXFullscreenAdListener with the reward callback.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonUserRewarded(CloudXAd cloudXAd, CloudXReward reward)User was rewarded. -
Methods inherited from class io.cloudx.sdk.CloudXRewardedListener
onAdDisplayFailed, onAdDisplayed, onAdHidden -
Methods inherited from class io.cloudx.sdk.CloudXFullscreenAdListener
onAdClicked, onAdLoadFailed, onAdLoaded -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onUserRewarded
abstract Unit onUserRewarded(CloudXAd cloudXAd, CloudXReward reward)
User was rewarded.
- Parameters:
cloudXAd- The ad that granted the reward (contains network info)reward- The reward details (amount and label/currency)
-
-
-
-