@Deprecated
public static interface BannerAdView.AdListener
Modifier and Type | Method and Description |
---|---|
void |
onBannerBeginAction(BannerAdView bannerAdView)
Deprecated.
A Banner Ad is about to start a full screen action (user tapped the Ad).
|
void |
onBannerClick(BannerAdView bannerAdView)
Deprecated.
The user clicked (tapped) on a Banner Ad.
|
void |
onBannerFailedToLoad(BannerAdView bannerAdView,
AdError error)
Deprecated.
A Banner Ad failed to load.
|
void |
onBannerFinishAction(BannerAdView bannerAdView)
Deprecated.
A full screen action that was previously started has closed.
|
void |
onBannerLoaded(BannerAdView bannerAdView)
Deprecated.
Called when a Banner Ad has successfully loaded and is ready for display.
|
void onBannerLoaded(BannerAdView bannerAdView)
void onBannerFailedToLoad(BannerAdView bannerAdView, AdError error)
bannerAdView
- The Banner Ad view the listener is being called about.error
- Error code describing why the Banner Ad failed to load.void onBannerBeginAction(BannerAdView bannerAdView)
bannerAdView
- The Ad the listener is being called about.void onBannerFinishAction(BannerAdView bannerAdView)
bannerAdView
- The Ad the listener is being called about.void onBannerClick(BannerAdView bannerAdView)
bannerAdView
- The Ad the listener is being called about.