-
- All Implemented Interfaces:
-
io.cloudx.sdk.CloudXAdListener
public interface CloudXAdViewListener implements CloudXAdListener
Listener for banner and MREC ad events.
Extends CloudXAdListener with expand/collapse callbacks for expandable ads.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonAdExpanded(CloudXAd cloudXAd)User manually expanded the ad banner. abstract UnitonAdCollapsed(CloudXAd cloudXAd)User manually closed the ad banner. -
-
Method Detail
-
onAdExpanded
abstract Unit onAdExpanded(CloudXAd cloudXAd)
User manually expanded the ad banner.
-
onAdCollapsed
abstract Unit onAdCollapsed(CloudXAd cloudXAd)
User manually closed the ad banner. It is the responsibility of the publisher to reload it again.
-
-
-
-