public class AppLovinErrorCodes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
FETCH_AD_TIMEOUT
Indicates that the network conditions prevented the SDK from receiving an ad.
|
static int |
INCENTIVIZED_NO_AD_PRELOADED
Indicates that the developer called for a rewarded video before one was available.
|
static int |
INCENTIVIZED_SERVER_TIMEOUT
Indicates that a reward validation requested timed out (usually due to poor connectivity).
|
static int |
INCENTIVIZED_UNKNOWN_SERVER_ERROR
Indicates that an unknown server-side error occurred.
|
static int |
INCENTIVIZED_USER_CLOSED_VIDEO
Indicates that the user exited out of the ad early.
|
static int |
INVALID_AD_TOKEN
Indicates that the provided ad token is invalid; ad token must be returned from AppLovin S2S integration.
|
static int |
INVALID_RESPONSE
Indicates that a AppLovin servers have returned an invalid response
|
static int |
INVALID_URL
Indicates that a postback URL you attempted to dispatch was empty or nil.
|
static int |
INVALID_ZONE
Indicates that the zone provided is invalid; the zone needs to be added to your AppLovin account or may still be propagating to our servers.
|
static int |
NATIVE_AD_IMPRESSION_ALREADY_TRACKED
Indicates that the impression has already been tracked.
|
static int |
NO_FILL
Indicates that no ads are currently eligible for your device.
|
static int |
NO_NETWORK
Indicates that the device had no network connectivity at the time of an ad request, either due to airplane mode or no service.
|
static int |
SDK_DISABLED
Indicates that the SDK is currently disabled.
|
static int |
UNABLE_TO_PRECACHE_IMAGE_RESOURCES
Indicates that an attempt to cache an image resource to the filesystem failed; the device may be out of space.
|
static int |
UNABLE_TO_PRECACHE_RESOURCES
Indicates that an attempt to cache a resource to the filesystem failed; the device may be out of space.
|
static int |
UNABLE_TO_PRECACHE_VIDEO_RESOURCES
Indicates that an attempt to cache a video resource to the filesystem failed; the device may be out of space.
|
static int |
UNABLE_TO_PREPARE_NATIVE_AD
Indicates that there was an error while attempting to render a native ad.
|
static int |
UNABLE_TO_RENDER_AD
Indicates that there has been a failure to render an ad on screen.
|
static int |
UNSPECIFIED_ERROR
Indicates that the system is in unexpected state.
|
Constructor and Description |
---|
AppLovinErrorCodes() |
public static final int SDK_DISABLED
public static final int FETCH_AD_TIMEOUT
public static final int NO_NETWORK
public static final int NO_FILL
public static final int UNABLE_TO_RENDER_AD
public static final int INVALID_ZONE
public static final int INVALID_AD_TOKEN
public static final int UNSPECIFIED_ERROR
public static final int INCENTIVIZED_NO_AD_PRELOADED
public static final int INCENTIVIZED_UNKNOWN_SERVER_ERROR
public static final int INCENTIVIZED_SERVER_TIMEOUT
public static final int INCENTIVIZED_USER_CLOSED_VIDEO
public static final int INVALID_RESPONSE
public static final int INVALID_URL
public static final int UNABLE_TO_PREPARE_NATIVE_AD
public static final int NATIVE_AD_IMPRESSION_ALREADY_TRACKED
public static final int UNABLE_TO_PRECACHE_RESOURCES
public static final int UNABLE_TO_PRECACHE_IMAGE_RESOURCES
public static final int UNABLE_TO_PRECACHE_VIDEO_RESOURCES