Package com.intentsoftware.addapptr
Interface MultiSizeBannerPlacementListener
-
- All Implemented Interfaces:
-
com.intentsoftware.addapptr.AdDisplayListener,com.intentsoftware.addapptr.NoAdListener
@Deprecated(message = "MultiSizeBannerPlacement is deprecated. Use AutoLoadMultiSizeBannerPlacement instead.") public interface MultiSizeBannerPlacementListener implements AdDisplayListener, NoAdListener
Notifies about MultiSizeBanner placement events
-
-
Method Summary
Modifier and Type Method Description abstract UnitonHaveAdWithBannerView(Placement placement, BannerPlacementLayout bannerView)Notifies that AATKit has new banner view ready for placement. -
Methods inherited from class com.intentsoftware.addapptr.AdDisplayListener
onPauseForAd, onResumeAfterAd -
Methods inherited from class com.intentsoftware.addapptr.NoAdListener
onNoAd -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onHaveAdWithBannerView
abstract Unit onHaveAdWithBannerView(Placement placement, BannerPlacementLayout bannerView)
Notifies that AATKit has new banner view ready for placement.
- Parameters:
bannerView- Loaded banner view
-
-
-
-