Package 

Interface CloudXAdRevenueListener

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onAdRevenuePaid(CloudXAd cloudXAd) Called when an ad impression generates revenue.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onAdRevenuePaid

         abstract Unit onAdRevenuePaid(CloudXAd cloudXAd)

        Called when an ad impression generates revenue.

        Parameters:
        cloudXAd - The ad that generated revenue, including the revenue value.