public interface

MaxAdViewAdListener

implements MaxAdListener
com.applovin.mediation.MaxAdViewAdListener

Class Overview

This interface defines a listener that is notified about ad view events

Summary

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

Public Methods

public abstract void onAdCollapsed (MaxAd ad)

This method will be invoked when the MaxAdView has collapsed back to its original size.

Parameters
ad An ad for which the ad view collapsed for. Guaranteed not to be null.

public abstract void onAdExpanded (MaxAd ad)

This method will be invoked when the MaxAdView has expanded full screen.

Parameters
ad An ad for which the ad view expanded for. Guaranteed not to be null.