public interface AppLovinAdDisplayListener
| Modifier and Type | Method and Description |
|---|---|
void |
adDisplayed(AppLovinAd ad)
This method is invoked when an ad is displayed inside of the
AppLovinAdView or AppLovinInterstitialAdDialog. |
void |
adHidden(AppLovinAd ad)
This method is invoked when an ad is displayed inside of the
AppLovinAdView or AppLovinInterstitialAdDialog. |
void adDisplayed(AppLovinAd ad)
AppLovinAdView or AppLovinInterstitialAdDialog.
This method is invoked on the main UI thread.
ad - Ad that was just displayed. Guaranteed not to be null.void adHidden(AppLovinAd ad)
AppLovinAdView or AppLovinInterstitialAdDialog. This occurs when it is explicitly closed (in the case of INTERSTITIALs).
This method is invoked on the main UI thread.
ad - Ad that was just hidden. Guaranteed not to be null.