| java.lang.Object | |
| ↳ | com.applovin.mediation.MaxErrorCodes |
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | FORMAT_TYPE_NOT_SUPPORTED | Current ad type is not supported by the mediation framework. | |||||||||
| int | FULLSCREEN_AD_ALREADY_SHOWING | Indicates that an attempt to show a fullscreen ad (interstitial or rewarded) was made while another fullscreen ad is still showing. | |||||||||
| int | INVALID_INTERNAL_STATE | Internal state of the SDK is invalid. | |||||||||
| int | INVALID_RESPONSE | Indicates that a AppLovin servers have returned an invalid response | |||||||||
| int | MEDIATION_ADAPTER_AD_NOT_READY | Indicates that the mediation adapter was requested to render an ad that was not marked as ready. | |||||||||
| int | MEDIATION_ADAPTER_DISABLED | Indicates that the mediation adapter was disabled. | |||||||||
| int | MEDIATION_ADAPTER_IMMEDIATE_TIMEOUT | Indicates that the mediated ad has failed immediately (due to a 0 timeout). | |||||||||
| int | MEDIATION_ADAPTER_LOAD_FAILED | Indicates that the mediation adapter has failed to load. | |||||||||
| int | MEDIATION_ADAPTER_TIMEOUT | Indicates that the mediated ad has failed due to a timeout. | |||||||||
| int | MEDIATION_ADAPTER_WRONG_TYPE | Indicates that the mediation adapter is not of an expected type. | |||||||||
| int | NO_ACTIVITY | Main activity reference garbage collected. | |||||||||
| int | NO_FILL | Indicates that no ads are currently eligible for your device. | |||||||||
| int | UNSPECIFIED_ERROR | Indicates that the system is in unexpected state. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| MaxErrorCodes() | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Current ad type is not supported by the mediation framework.
Indicates that an attempt to show a fullscreen ad (interstitial or rewarded) was made while another fullscreen ad is still showing.
Internal state of the SDK is invalid.
Indicates that a AppLovin servers have returned an invalid response
Indicates that the mediation adapter was requested to render an ad that was not marked as ready.
Indicates that the mediation adapter was disabled.
Indicates that the mediated ad has failed immediately (due to a 0 timeout).
Indicates that the mediation adapter has failed to load.
Indicates that the mediated ad has failed due to a timeout.
Indicates that the mediation adapter is not of an expected type.
Main activity reference garbage collected.
Indicates that no ads are currently eligible for your device.
Indicates that the system is in unexpected state.