Package 

Interface CloudXRewardedListener

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onUserRewarded(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)