Allows to listen to interstitial ads events.  
      
        
          | void com.ludei.ads.AdInterstitial.InterstitialListener.onClicked | ( | AdInterstitial | interstitial | ) |  | 
      
 
- Parameters
- 
  
    | interstitial | An interstitial ad. |  
 
 
 
      
        
          | void com.ludei.ads.AdInterstitial.InterstitialListener.onDismissed | ( | AdInterstitial | interstitial | ) |  | 
      
 
- Parameters
- 
  
    | interstitial | An interstitial ad |  
 
 
 
      
        
          | void com.ludei.ads.AdInterstitial.InterstitialListener.onFailed | ( | AdInterstitial | interstitial, | 
        
          |  |  | int | errorCode, | 
        
          |  |  | String | errorMessage | 
        
          |  | ) |  |  | 
      
 
- Parameters
- 
  
    | interstitial | An interstitial ad. |  | errorCode | An int with the error code. |  | errorMessage | A string that describes the error. |  
 
 
 
      
        
          | void com.ludei.ads.AdInterstitial.InterstitialListener.onLoaded | ( | AdInterstitial | interstitial | ) |  | 
      
 
- Parameters
- 
  
    | interstitial | An interstitial ad. |  
 
 
 
      
        
          | void com.ludei.ads.AdInterstitial.InterstitialListener.onRewardCompleted | ( | AdInterstitial | interstitial, | 
        
          |  |  | int | quantity | 
        
          |  | ) |  |  | 
      
 
- Parameters
- 
  
    | interstitial | An interstitial ad |  
 
 
 
The documentation for this interface was generated from the following file: