Ads Android
Public Member Functions | List of all members
com.ludei.ads.AdBanner.BannerListener Interface Reference

Allows to listen to banner ads events.

Public Member Functions

void onFailed (AdBanner banner, int errorCode, String errorMessage)
 Sent when the banner has failed to retrieve an ad. More...
 
void onClicked (AdBanner banner)
 Sent when the user has tapped on the banner. More...
 
void onExpanded (AdBanner banner)
 Sent when the banner has just taken over the screen. More...
 
void onCollapsed (AdBanner banner)
 Sent when an expanded banner has collapsed back to its original size. More...
 

Member Function Documentation

void com.ludei.ads.AdBanner.BannerListener.onClicked ( AdBanner  banner)
Parameters
bannerA banner ad.
void com.ludei.ads.AdBanner.BannerListener.onCollapsed ( AdBanner  banner)
Parameters
bannerA banner ad.
void com.ludei.ads.AdBanner.BannerListener.onExpanded ( AdBanner  banner)
Parameters
bannerA banner ad.
void com.ludei.ads.AdBanner.BannerListener.onFailed ( AdBanner  banner,
int  errorCode,
String  errorMessage 
)
Parameters
bannerA banner ad.
errorCodeAn int with the error code.
errorMessageA string that describes the error.

The documentation for this interface was generated from the following file: