public abstract static class BannerView.Listener extends java.lang.Object implements BannerView.IListener
| Constructor and Description |
|---|
Listener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onBannerClick(BannerView bannerAdView) |
void |
onBannerFailedToLoad(BannerView bannerAdView,
BannerErrorInfo errorInfo) |
void |
onBannerLeftApplication(BannerView bannerAdView) |
void |
onBannerLoaded(BannerView bannerAdView) |
public void onBannerLoaded(BannerView bannerAdView)
onBannerLoaded in interface BannerView.IListenerpublic void onBannerFailedToLoad(BannerView bannerAdView, BannerErrorInfo errorInfo)
onBannerFailedToLoad in interface BannerView.IListenerpublic void onBannerClick(BannerView bannerAdView)
onBannerClick in interface BannerView.IListenerpublic void onBannerLeftApplication(BannerView bannerAdView)
onBannerLeftApplication in interface BannerView.IListener