public interface

AppLovinMediationLoadListener

com.applovin.mediation.AppLovinMediationLoadListener

Class Overview

This is an interface that defines a listener for mediated ad loading progress.

Created by basil on 12/1/16.

Summary

Public Methods
abstract void adLoaded(AppLovinMediatedAdInfo ad)
This method should called when an ad has been loaded.
abstract void failedToLoadAd(AppLovinMediationErrorCode errorCode)
This method is should be called when an ad could not be loaded

Public Methods

public abstract void adLoaded (AppLovinMediatedAdInfo ad)

This method should called when an ad has been loaded.

Parameters
ad The loaded ad. This information is guaranteed to be passed into the render ad method when the ad should be reanded. May be null.

public abstract void failedToLoadAd (AppLovinMediationErrorCode errorCode)

This method is should be called when an ad could not be loaded

Parameters
errorCode An error code that indicates the cause of ad load failure