public interface

AppLovinAdUpdateListener

com.applovin.sdk.AppLovinAdUpdateListener

Class Overview

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

Summary

Public Methods
abstract void adUpdated(AppLovinAd ad)
This method is called when a new ad has been received.

Public Methods

public abstract void adUpdated (AppLovinAd ad)

This method is called when a new ad has been received.

This method is invoked on a non-UI thread.

Parameters
ad Newly received ad. Guaranteed not to be null.