com.applovin.sdk.AppLovinAdUpdateListener |
This interface defines a listener to ad update events. These events are generated when a new ad is loaded by the service. All of the listeners are notifies about all of new ad loads
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
adUpdated(AppLovinAd ad)
This method is called when a new ad has been received.
|
This method is called when a new ad has been received.
This method is invoked on a non-UI thread.
ad | Newly received ad. Guaranteed not to be null. |
---|