public class MaxErrorCodes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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 |
MEDIATION_ADAPTER_LOAD_FAILED
Indicates that the mediation adapter has failed to load.
|
static int |
NO_ACTIVITY
Called when the AppLovin MAX SDK attempts to reload an ad internally after an internally set expiration date, but the provided
Activity reference has been 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 NO_FILL
public static final int UNSPECIFIED_ERROR
public static final int INVALID_INTERNAL_STATE
public static final int MEDIATION_ADAPTER_LOAD_FAILED
public static final int FULLSCREEN_AD_ALREADY_SHOWING
public static final int NO_ACTIVITY
Activity reference has been garbage collected.