-
- All Implemented Interfaces:
-
io.cloudx.sdk.adapter.CloudXAdapterErrorListener
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public interface CloudXAdViewAdapterListener implements CloudXAdapterErrorListener
-
-
Method Summary
Modifier and Type Method Description abstract UnitonAdLoaded(View view, Bundle extraInfo)abstract UnitonAdDisplayed(Bundle extraInfo)abstract UnitonAdImpression(Bundle extraInfo)abstract UnitonAdClicked(Bundle extraInfo)abstract UnitonAdHidden(Bundle extraInfo)UnitonAdExpanded(Bundle extraInfo)User expanded the ad (e.g., expandable banner). UnitonAdCollapsed(Bundle extraInfo)User collapsed the ad back to its original size. -
-
Method Detail
-
onAdLoaded
abstract Unit onAdLoaded(View view, Bundle extraInfo)
-
onAdDisplayed
abstract Unit onAdDisplayed(Bundle extraInfo)
-
onAdImpression
abstract Unit onAdImpression(Bundle extraInfo)
-
onAdClicked
abstract Unit onAdClicked(Bundle extraInfo)
-
onAdHidden
abstract Unit onAdHidden(Bundle extraInfo)
-
onAdExpanded
Unit onAdExpanded(Bundle extraInfo)
User expanded the ad (e.g., expandable banner).
-
onAdCollapsed
Unit onAdCollapsed(Bundle extraInfo)
User collapsed the ad back to its original size.
-
-
-
-