Package com.intentsoftware.addapptr
Interface AutoLoadMultiSizeBannerPlacementListener
-
- All Implemented Interfaces:
-
com.intentsoftware.addapptr.AdDisplayListener,com.intentsoftware.addapptr.NoAdListener
public interface AutoLoadMultiSizeBannerPlacementListener implements AdDisplayListener, NoAdListener
Notifies about AutoLoad MultiSIze banner 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
-
-
-
-