Package 

Interface BannerAdInternalListener

    • Method Summary

      Modifier and Type Method Description
      void onAdExpanded() This method will be invoked when the com.applovin.mediation.ads.MaxAdView has expanded full screen.
      void onAdCollapsed() 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.