com.applovin.mediation.AppLovinMediationLoadListener |
This is an interface that defines a listener for mediated ad loading progress.
Created by basil on 12/1/16.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method should called when an ad has been loaded.
| |||||||||||
This method is should be called when an ad could not be loaded
|
This method should called when an ad has been loaded.
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. |
---|
This method is should be called when an ad could not be loaded
errorCode | An error code that indicates the cause of ad load failure |
---|