public class MaxErrorCodes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FORMAT_TYPE_NOT_SUPPORTED
Current ad type is not supported by the mediation framework.
|
static 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.
|
static int |
INVALID_INTERNAL_STATE
Internal state of the SDK is invalid.
|
static int |
INVALID_RESPONSE
Indicates that a AppLovin servers have returned an invalid response
|
static int |
MEDIATION_ADAPTER_AD_NOT_READY
Indicates that the mediation adapter was requested to render an ad that was not marked as ready.
|
static int |
MEDIATION_ADAPTER_DISABLED
Indicates that the mediation adapter was disabled.
|
static int |
MEDIATION_ADAPTER_IMMEDIATE_TIMEOUT
Indicates that the mediated ad has failed immediately (due to a 0 timeout).
|
static int |
MEDIATION_ADAPTER_LOAD_FAILED
Indicates that the mediation adapter has failed to load.
|
static int |
MEDIATION_ADAPTER_TIMEOUT
Indicates that the mediated ad has failed due to a timeout.
|
static int |
MEDIATION_ADAPTER_WRONG_TYPE
Indicates that the mediation adapter is not of an expected type.
|
static int |
NO_ACTIVITY
Main activity reference garbage collected.
|
static int |
NO_FILL
Indicates that no ads are currently eligible for your device.
|
static int |
UNSPECIFIED_ERROR
Indicates that the system is in unexpected state.
|
| Constructor and Description |
|---|
MaxErrorCodes() |
public static final int UNSPECIFIED_ERROR
public static final int NO_FILL
public static final int INVALID_RESPONSE
public static final int FULLSCREEN_AD_ALREADY_SHOWING
public static final int MEDIATION_ADAPTER_LOAD_FAILED
public static final int MEDIATION_ADAPTER_AD_NOT_READY
public static final int MEDIATION_ADAPTER_TIMEOUT
public static final int MEDIATION_ADAPTER_IMMEDIATE_TIMEOUT
public static final int MEDIATION_ADAPTER_DISABLED
public static final int MEDIATION_ADAPTER_WRONG_TYPE
public static final int INVALID_INTERNAL_STATE
public static final int FORMAT_TYPE_NOT_SUPPORTED
public static final int NO_ACTIVITY