com.applovin.sdk.AppLovinAdDisplayListener |
This interface defines a listener intended to be notified when an ad is shown or hidden to the user.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
adDisplayed(AppLovinAd ad)
This method is invoked when an ad is displayed inside of the
AppLovinAdView or AppLovinInterstitialAdDialog . | ||||||||||
abstract void |
adHidden(AppLovinAd ad)
This method is invoked when an ad is displayed inside of the
AppLovinAdView or AppLovinInterstitialAdDialog . |
This method is invoked when an ad is displayed inside of the AppLovinAdView
or AppLovinInterstitialAdDialog
.
This method is invoked on the main UI thread.
ad | Ad that was just displayed. Guaranteed not to be null. |
---|
This method is invoked when an ad is displayed inside of the 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. |
---|