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

Allows to listen to interstitial ads events.

Public Member Functions

void onLoaded (AdInterstitial interstitial)
 Sent when the interstitial has loaded an ad. More...
 
void onFailed (AdInterstitial interstitial, int errorCode, String errorMessage)
 Sent when the interstitial has failed to retrieve an ad. More...
 
void onClicked (AdInterstitial interstitial)
 Sent when the user has tapped on the interstitial. More...
 
void onShown (AdInterstitial interstitial)
 Sent when the interstitial has just taken over the screen.
 
void onDismissed (AdInterstitial interstitial)
 Sent when the interstitial is closed. More...
 
void onRewardCompleted (AdInterstitial interstitial, int quantity)
 Sent when the interstitial is closed. More...
 

Member Function Documentation

void com.ludei.ads.AdInterstitial.InterstitialListener.onClicked ( AdInterstitial  interstitial)
Parameters
interstitialAn interstitial ad.
void com.ludei.ads.AdInterstitial.InterstitialListener.onDismissed ( AdInterstitial  interstitial)
Parameters
interstitialAn interstitial ad
void com.ludei.ads.AdInterstitial.InterstitialListener.onFailed ( AdInterstitial  interstitial,
int  errorCode,
String  errorMessage 
)
Parameters
interstitialAn interstitial ad.
errorCodeAn int with the error code.
errorMessageA string that describes the error.
void com.ludei.ads.AdInterstitial.InterstitialListener.onLoaded ( AdInterstitial  interstitial)
Parameters
interstitialAn interstitial ad.
void com.ludei.ads.AdInterstitial.InterstitialListener.onRewardCompleted ( AdInterstitial  interstitial,
int  quantity 
)
Parameters
interstitialAn interstitial ad

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