-
- All Implemented Interfaces:
-
com.adsdk.android.ads.base.AdInternalListener
public interface BannerAdInternalListener implements AdInternalListener
-
-
Method Summary
Modifier and Type Method Description voidonAdExpanded()This method will be invoked when the com.applovin.mediation.ads.MaxAdView has expanded full screen. voidonAdCollapsed()This method will be invoked when the com.applovin.mediation.ads.MaxAdView has collapsed back to its original size. -
Methods inherited from class com.adsdk.android.ads.base.AdInternalListener
onAdClicked, onAdClosed, onAdDisplayFailed, onAdDisplayed, onAdLoadFailed, onAdLoaded, onAdOpened -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onAdExpanded
void onAdExpanded()
This method will be invoked when the com.applovin.mediation.ads.MaxAdView has expanded full screen.
-
onAdCollapsed
void onAdCollapsed()
This method will be invoked when the com.applovin.mediation.ads.MaxAdView has collapsed back to its original size.
-
-
-
-