public static enum CBError.CBImpressionError extends java.lang.Enum<CBError.CBImpressionError>
Enum Constant and Description |
---|
ACTIVITY_MISSING_IN_MANIFEST
Missing activity
|
ASSET_MISSING
a previously-download asset was missing at show time
|
ASSET_PREFETCH_IN_PROGRESS
Asset prefetch in progress
|
ASSETS_DOWNLOAD_FAILURE
Error downloading assets
|
EMPTY_LOCAL_VIDEO_LIST
Empty video list
|
END_POINT_DISABLED
End Point Disabled
|
ERROR_CREATING_VIEW
Error while creating views
|
ERROR_DISPLAYING_VIEW
Error when trying to display view
|
ERROR_LOADING_WEB_VIEW
Error loading Web view
|
ERROR_PLAYING_VIDEO
Error playing video
|
FIRST_SESSION_INTERSTITIALS_DISABLED
This is the first user session and interstitials are disabled in the first session
|
HARDWARE_ACCELERATION_DISABLED
Hardware Acceleration Disabled
|
IMPRESSION_ALREADY_VISIBLE
There is already an impression visible or in the process of loading to be displayed
|
INCOMPATIBLE_API_VERSION
API Version is incompatible
|
INTERNAL
An error internal to the Chartboost SDK
|
INTERNET_UNAVAILABLE
No internet connection was found
|
INTERNET_UNAVAILABLE_AT_SHOW
No internet connection during Ad display with cached Ad
|
INVALID_LOCATION
Invalid location
|
INVALID_RESPONSE
Invalid response
|
NETWORK_FAILURE
An error occurred during network communication with the Chartboost server
|
NO_AD_FOUND
No ad was available for the user from the Chartboost server
|
NO_HOST_ACTIVITY
There is no currently active activity with Chartboost properly integrated
|
PENDING_IMPRESSION_ERROR
Pending impression error
|
SESSION_NOT_STARTED
The startSession() method was not called as per implementation instructions
|
TOO_MANY_CONNECTIONS
Too many simultaneous requests (eg more than one show request, more than one cache request of the same type and location)
|
USER_CANCELLATION
User cancels the alert notification pop-up
|
VIDEO_ID_MISSING
Video url missing in response
|
VIDEO_UNAVAILABLE
Video not available in cache
|
VIDEO_UNAVAILABLE_FOR_CURRENT_ORIENTATION
Response do not include video for the current orientation
|
WEB_VIEW_CLIENT_RECEIVED_ERROR
The WebViewClient onReceivedError method was called
|
WEB_VIEW_PAGE_LOAD_TIMEOUT
A WebView took longer than 3 seconds to load
|
WRONG_ORIENTATION
The impression sent was not compatible with the device orientation
|
Modifier and Type | Method and Description |
---|---|
static CBError.CBImpressionError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CBError.CBImpressionError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CBError.CBImpressionError INTERNAL
public static final CBError.CBImpressionError INTERNET_UNAVAILABLE
public static final CBError.CBImpressionError TOO_MANY_CONNECTIONS
public static final CBError.CBImpressionError WRONG_ORIENTATION
public static final CBError.CBImpressionError FIRST_SESSION_INTERSTITIALS_DISABLED
public static final CBError.CBImpressionError NETWORK_FAILURE
public static final CBError.CBImpressionError NO_AD_FOUND
public static final CBError.CBImpressionError SESSION_NOT_STARTED
public static final CBError.CBImpressionError IMPRESSION_ALREADY_VISIBLE
public static final CBError.CBImpressionError NO_HOST_ACTIVITY
public static final CBError.CBImpressionError USER_CANCELLATION
public static final CBError.CBImpressionError INVALID_LOCATION
public static final CBError.CBImpressionError VIDEO_UNAVAILABLE
public static final CBError.CBImpressionError VIDEO_ID_MISSING
public static final CBError.CBImpressionError ERROR_PLAYING_VIDEO
public static final CBError.CBImpressionError INVALID_RESPONSE
public static final CBError.CBImpressionError ASSETS_DOWNLOAD_FAILURE
public static final CBError.CBImpressionError ERROR_CREATING_VIEW
public static final CBError.CBImpressionError ERROR_DISPLAYING_VIEW
public static final CBError.CBImpressionError INCOMPATIBLE_API_VERSION
public static final CBError.CBImpressionError ERROR_LOADING_WEB_VIEW
public static final CBError.CBImpressionError ASSET_PREFETCH_IN_PROGRESS
public static final CBError.CBImpressionError ACTIVITY_MISSING_IN_MANIFEST
public static final CBError.CBImpressionError EMPTY_LOCAL_VIDEO_LIST
public static final CBError.CBImpressionError END_POINT_DISABLED
public static final CBError.CBImpressionError HARDWARE_ACCELERATION_DISABLED
public static final CBError.CBImpressionError PENDING_IMPRESSION_ERROR
public static final CBError.CBImpressionError VIDEO_UNAVAILABLE_FOR_CURRENT_ORIENTATION
public static final CBError.CBImpressionError ASSET_MISSING
public static final CBError.CBImpressionError WEB_VIEW_PAGE_LOAD_TIMEOUT
public static final CBError.CBImpressionError WEB_VIEW_CLIENT_RECEIVED_ERROR
public static final CBError.CBImpressionError INTERNET_UNAVAILABLE_AT_SHOW
public static CBError.CBImpressionError[] values()
for (CBError.CBImpressionError c : CBError.CBImpressionError.values()) System.out.println(c);
public static CBError.CBImpressionError valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null