-
public abstract class MrecAdListener extends AdListener
-
-
Constructor Summary
Constructors Constructor Description MrecAdListener()
-
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.AdListener
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.
-
-
-
-