| com.applovin.mediation.MaxAdViewAdListener |
This interface defines a listener that is notified about ad view events
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onAdCollapsed(MaxAd ad)
This method will be invoked when the
MaxAdView has collapsed back to its original size. | ||||||||||
| abstract void |
onAdExpanded(MaxAd ad)
This method will be invoked when the
MaxAdView has expanded full screen. | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.applovin.mediation.MaxAdListener
| |||||||||||
This method will be invoked when the MaxAdView has collapsed back to its original size.
| ad | An ad for which the ad view collapsed for. Guaranteed not to be null. |
|---|
This method will be invoked when the MaxAdView has expanded full screen.
| ad | An ad for which the ad view expanded for. Guaranteed not to be null. |
|---|