Package 

Interface CloudXAdViewListener

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onAdExpanded(CloudXAd cloudXAd) User manually expanded the ad banner.
      abstract Unit onAdCollapsed(CloudXAd cloudXAd) User manually closed the ad banner.
      • Methods inherited from class io.cloudx.sdk.CloudXAdViewListener

        onAdClicked, onAdLoadFailed, onAdLoaded
      • Methods inherited from class java.lang.Object

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

      • onAdCollapsed

         abstract Unit onAdCollapsed(CloudXAd cloudXAd)

        User manually closed the ad banner. It is the responsibility of the publisher to reload it again.