Skip navigation links
A C D F G H I L O R S T V W 

A

appName - Variable in class com.chartboost.sdk.InPlay.CBInPlay
 

C

cacheInPlay(String) - Static method in class com.chartboost.sdk.InPlay.CBInPlay
Cache an inplay object
cacheInterstitial(String) - Static method in class com.chartboost.sdk.Chartboost
Cache an interstitial with a location argument
cacheInterstitial(String, String) - Static method in class com.chartboost.sdk.Chartboost
Cache an interstitial with a location argument with the given JSON object
cacheMoreApps(String) - Static method in class com.chartboost.sdk.Chartboost
Deprecated.
Support for MoreApps has been removed as of SDK 7.
cacheRewardedVideo(String) - Static method in class com.chartboost.sdk.Chartboost
Cache an rewarded interstitial with a default location argument
cacheRewardedVideo(String, String) - Static method in class com.chartboost.sdk.Chartboost
 
CBAnalytics - Class in com.chartboost.sdk.Tracking
CBPostInstallTracker class is used to track post install analytics events.
CBAnalytics.CBCustomEventType - Enum in com.chartboost.sdk.Tracking
Enum values for Custom event type
CBAnalytics.CBIAPPurchaseInfo - Enum in com.chartboost.sdk.Tracking
CBIAPPurchaseInfo provides a list of enum constants which is used as a key in sending out purchase information for a product during the In-app Purchase and to perform Post Install Analytics tracking.
CBAnalytics.CBIAPType - Enum in com.chartboost.sdk.Tracking
Types of In-App Purchase supported
CBAnalytics.CBLevelType - Enum in com.chartboost.sdk.Tracking
Different type of level tracking information values
CBAnalytics.CBMiscRevenueGeneratingEventType - Enum in com.chartboost.sdk.Tracking
Enum values for RevenueGeneratingEventType
CBError - Class in com.chartboost.sdk.Model
 
CBError(CBError.CBInternalError, String) - Constructor for class com.chartboost.sdk.Model.CBError
 
CBError.CBClickError - Enum in com.chartboost.sdk.Model
 
CBError.CBImpressionError - Enum in com.chartboost.sdk.Model
 
CBError.CBInternalError - Enum in com.chartboost.sdk.Model
 
CBImpressionActivity - Class in com.chartboost.sdk
this activity displays a dialog using the Theme.DIALOG style as a parent
CBImpressionActivity() - Constructor for class com.chartboost.sdk.CBImpressionActivity
 
CBInPlay - Class in com.chartboost.sdk.InPlay
CBInPlay a model object passed on to developer to embed in their own views for in-play ad behavior.
CBLocation - Interface in com.chartboost.sdk
 
Chartboost - Class in com.chartboost.sdk
 
Chartboost.CBFramework - Enum in com.chartboost.sdk
Used with setFramework(final CBFramework framework) calls to set suffix for wrapper libraries like Unity or Corona.
Chartboost.CBMediation - Enum in com.chartboost.sdk
Used with setMediation(final CBMediation medation, final String libraryVersion) calls to set suffix for wrapper libraries like Unity or Corona.
Chartboost.CBPIDataUseConsent - Enum in com.chartboost.sdk
GDPR compliance settings: UNKNOWN(-1) means the publisher hasn't implemented functionality or the user has the option to not answer NO_BEHAVIORAL(0) means the user does not consent to targeting (Contextual ads) YES_BEHAVIORAL(1) means the user consents (Behavioral and Contextual Ads)
ChartboostDelegate - Class in com.chartboost.sdk
An implementation of AbstractChartboostDelegate.
ChartboostDelegate() - Constructor for class com.chartboost.sdk.ChartboostDelegate
 
click() - Method in class com.chartboost.sdk.InPlay.CBInPlay
 
closeImpression() - Static method in class com.chartboost.sdk.Chartboost
Deprecated.
This method and its functionality are no-op and it will be removed in a future release
com.chartboost.sdk - package com.chartboost.sdk
 
com.chartboost.sdk.InPlay - package com.chartboost.sdk.InPlay
 
com.chartboost.sdk.Model - package com.chartboost.sdk.Model
 
com.chartboost.sdk.Tracking - package com.chartboost.sdk.Tracking
 

D

didCacheInPlay(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Called after an InPlay object has been loaded from the Chartboost API servers and cached locally.
didCacheInterstitial(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Called after an interstitial has been loaded from the Chartboost API servers and cached locally.
didCacheMoreApps(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Deprecated.
Support for MoreApps has been removed as of SDK 7.
didCacheRewardedVideo(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Called after a rewarded video has been loaded from the Chartboost API servers and cached locally.
didClickInterstitial(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Called after an interstitial has been clicked.
didClickMoreApps(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Deprecated.
Support for MoreApps has been removed as of SDK 7.
didClickRewardedVideo(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Called after a rewarded video has been clicked.
didCloseInterstitial(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Called after an interstitial has been closed.
didCloseMoreApps(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Deprecated.
Support for MoreApps has been removed as of SDK 7.
didCloseRewardedVideo(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Called after a rewarded video has been closed.
didCompleteInterstitial(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Called after an interstitial has been viewed completely.
didCompleteRewardedVideo(String, int) - Method in class com.chartboost.sdk.ChartboostDelegate
Called after a rewarded video has been viewed completely and user is eligible for reward.
didDismissInterstitial(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Called after an interstitial has been dismissed.
didDismissMoreApps(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Deprecated.
Support for MoreApps has been removed as of SDK 7.
didDismissRewardedVideo(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Called after a rewarded video has been dismissed.
didDisplayInterstitial(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Called after an interstitial has been displayed on the screen.
didDisplayMoreApps(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Deprecated.
Support for MoreApps has been removed as of SDK 7.
didDisplayRewardedVideo(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Called after a rewarded video has been displayed on the screen.
didFailToLoadInPlay(String, CBError.CBImpressionError) - Method in class com.chartboost.sdk.ChartboostDelegate
Called after a InPlay has attempted to load from the Chartboost API servers but failed.
didFailToLoadInterstitial(String, CBError.CBImpressionError) - Method in class com.chartboost.sdk.ChartboostDelegate
Called after an interstitial has attempted to load from the Chartboost API servers but failed.
didFailToLoadMoreApps(String, CBError.CBImpressionError) - Method in class com.chartboost.sdk.ChartboostDelegate
Deprecated.
Support for MoreApps has been removed as of SDK 7.
didFailToLoadRewardedVideo(String, CBError.CBImpressionError) - Method in class com.chartboost.sdk.ChartboostDelegate
Called after a rewarded video has attempted to load from the Chartboost API servers but failed.
didFailToRecordClick(String, CBError.CBClickError) - Method in class com.chartboost.sdk.ChartboostDelegate
Called after a click is registered, but the user is not fowrwarded to the Google Play Store.
didInitialize() - Method in class com.chartboost.sdk.ChartboostDelegate
Called when the SDK is finished intializing.
dispatchTouchEvent(MotionEvent) - Method in class com.chartboost.sdk.CBImpressionActivity
 
doesWrapperUseCustomBackgroundingBehavior() - Method in enum com.chartboost.sdk.Chartboost.CBFramework
 
doesWrapperUseCustomShouldDisplayBehavior() - Method in enum com.chartboost.sdk.Chartboost.CBFramework
 

F

forwardTouchEvents(Activity) - Method in class com.chartboost.sdk.CBImpressionActivity
 

G

getAppIcon() - Method in class com.chartboost.sdk.InPlay.CBInPlay
 
getAppName() - Method in class com.chartboost.sdk.InPlay.CBInPlay
Deprecated.
use the appName field instead.
getAutoCacheAds() - Static method in class com.chartboost.sdk.Chartboost
Return whether or not a new impression of the same type and location is automatically cached when one is shown.
getCustomId() - Static method in class com.chartboost.sdk.Chartboost
Get the current custom identifier being sent in the POST body for all Chartboost API server requests.
getDelegate() - Static method in class com.chartboost.sdk.Chartboost
 
getError() - Method in class com.chartboost.sdk.Model.CBError
 
getErrorDesc() - Method in class com.chartboost.sdk.Model.CBError
 
getImpressionError() - Method in class com.chartboost.sdk.Model.CBError
 
getInPlay(String) - Static method in class com.chartboost.sdk.InPlay.CBInPlay
Provides an in-play object
getLevelType() - Method in enum com.chartboost.sdk.Tracking.CBAnalytics.CBLevelType
 
getLocation() - Method in class com.chartboost.sdk.InPlay.CBInPlay
Deprecated.
use the location field instead.
getLoggingLevel() - Static method in class com.chartboost.sdk.Chartboost
 
getPIDataUseConsent() - Static method in class com.chartboost.sdk.Chartboost
Gets the GDPR status.
getSDKVersion() - Static method in class com.chartboost.sdk.Chartboost
 
getValue() - Method in enum com.chartboost.sdk.Chartboost.CBPIDataUseConsent
 

H

hasInPlay(String) - Static method in class com.chartboost.sdk.InPlay.CBInPlay
Check if an in-play object is available
hasInterstitial(String) - Static method in class com.chartboost.sdk.Chartboost
Check interstitial cache with a location argument
hasMoreApps(String) - Static method in class com.chartboost.sdk.Chartboost
Deprecated.
Support for MoreApps has been removed as of SDK 7.
hasRewardedVideo(String) - Static method in class com.chartboost.sdk.Chartboost
Check rewarded interstitial cache with a location argument

I

isAnyViewVisible() - Static method in class com.chartboost.sdk.Chartboost
Check to see if any chartboost ad views are visible
isRecoverable() - Method in class com.chartboost.sdk.Model.CBError
 
isWebViewEnabled() - Static method in class com.chartboost.sdk.Chartboost
 

L

largeAppIconFile - Variable in class com.chartboost.sdk.InPlay.CBInPlay
 
largeAppIconUrl - Variable in class com.chartboost.sdk.InPlay.CBInPlay
 
location - Variable in class com.chartboost.sdk.InPlay.CBInPlay
 
LOCATION_ACHIEVEMENTS - Static variable in interface com.chartboost.sdk.CBLocation
 
LOCATION_DEFAULT - Static variable in interface com.chartboost.sdk.CBLocation
Location identifier constants provided to developers for all impressions types.
LOCATION_GAME_SCREEN - Static variable in interface com.chartboost.sdk.CBLocation
 
LOCATION_GAMEOVER - Static variable in interface com.chartboost.sdk.CBLocation
 
LOCATION_HOME_SCREEN - Static variable in interface com.chartboost.sdk.CBLocation
 
LOCATION_IAP_STORE - Static variable in interface com.chartboost.sdk.CBLocation
 
LOCATION_ITEM_STORE - Static variable in interface com.chartboost.sdk.CBLocation
 
LOCATION_LEADERBOARD - Static variable in interface com.chartboost.sdk.CBLocation
 
LOCATION_LEVEL_COMPLETE - Static variable in interface com.chartboost.sdk.CBLocation
 
LOCATION_LEVEL_START - Static variable in interface com.chartboost.sdk.CBLocation
 
LOCATION_MAIN_MENU - Static variable in interface com.chartboost.sdk.CBLocation
 
LOCATION_PAUSE - Static variable in interface com.chartboost.sdk.CBLocation
 
LOCATION_QUESTS - Static variable in interface com.chartboost.sdk.CBLocation
 
LOCATION_QUIT - Static variable in interface com.chartboost.sdk.CBLocation
 
LOCATION_SETTINGS - Static variable in interface com.chartboost.sdk.CBLocation
 
LOCATION_STARTUP - Static variable in interface com.chartboost.sdk.CBLocation
 
LOCATION_TURN_COMPLETE - Static variable in interface com.chartboost.sdk.CBLocation
 

O

onAttachedToWindow() - Method in class com.chartboost.sdk.CBImpressionActivity
 
onBackPressed() - Method in class com.chartboost.sdk.CBImpressionActivity
 
onBackPressed() - Static method in class com.chartboost.sdk.Chartboost
Required method: MUST called by the host activity in its onBackPressed() method.
onCreate(Activity) - Static method in class com.chartboost.sdk.Chartboost
Required method: MUST be called by the host activity in its onCreate method. Sets up Chartboost to run in your activity.
onDestroy(Activity) - Static method in class com.chartboost.sdk.Chartboost
Required method: MUST called by the host activity in its onDestroy() method
onPause(Activity) - Static method in class com.chartboost.sdk.Chartboost
[VIDEO ONLY] Required method: MUST called by the host activity in its onPause() method. Lets Chartboost know that an activity using Chartboost has been paused.
onResume(Activity) - Static method in class com.chartboost.sdk.Chartboost
[VIDEO ONLY] Required method: MUST called by the host activity in its onResume() method. Lets Chartboost know that an activity using Chartboost has been resumed.
onStart(Activity) - Static method in class com.chartboost.sdk.Chartboost
Required method: MUST called by the host activity in its onStart() method. Lets Chartboost know that an activity using Chartboost has appeared.
onStop(Activity) - Static method in class com.chartboost.sdk.Chartboost
Required method: MUST called by the host activity in its onStop() method. Lets Chartboost know that an activity using Chartboost has disappeared.

R

restrictDataCollection(Context, boolean) - Static method in class com.chartboost.sdk.Chartboost
Deprecated.

S

setActivityAttrs(Activity) - Static method in class com.chartboost.sdk.Chartboost
 
setActivityCallbacks(boolean) - Static method in class com.chartboost.sdk.Chartboost
 
setAutoCacheAds(boolean) - Static method in class com.chartboost.sdk.Chartboost
Sets whether or not a new impression of the same type and location is automatically cached when one is shown.
setChartboostWrapperVersion(String) - Static method in class com.chartboost.sdk.Chartboost
Set a custom framework SDK version to append to the POST body of every request.
setCustomId(String) - Static method in class com.chartboost.sdk.Chartboost
Set a custom identifier to send in the POST body for all Chartboost API server requests.
setDelegate(ChartboostDelegate) - Static method in class com.chartboost.sdk.Chartboost
WARNING: usually you should just use Chartboost.onCreate(android.app.Activity) for the functionality provided by this method.
setFramework(Chartboost.CBFramework, String) - Static method in class com.chartboost.sdk.Chartboost
Set a custom framework.
setFrameworkVersion(String) - Static method in class com.chartboost.sdk.Chartboost
Deprecated.
setLoggingLevel(CBLogging.Level) - Static method in class com.chartboost.sdk.Chartboost
Set the Chartboost SDK logging level.
setMediation(Chartboost.CBMediation, String) - Static method in class com.chartboost.sdk.Chartboost
Set a mediation library.
setPIDataUseConsent(Context, Chartboost.CBPIDataUseConsent) - Static method in class com.chartboost.sdk.Chartboost
GDPR Compliance method with which you can limit our SDK's data collection.
setRecoverable(boolean) - Method in class com.chartboost.sdk.Model.CBError
 
setShouldDisplayLoadingViewForMoreApps(boolean) - Static method in class com.chartboost.sdk.Chartboost
Deprecated.
Support for MoreApps has been removed as of SDK 7.
setShouldHideSystemUI(Boolean) - Static method in class com.chartboost.sdk.Chartboost
Decide if Chartboost Views should hide the status and navigation bars when being shown
setShouldPrefetchVideoContent(boolean) - Static method in class com.chartboost.sdk.Chartboost
Decide if Chartboost SDK will attempt to fetch videos from the Chartboost API servers.
setShouldRequestInterstitialsInFirstSession(boolean) - Static method in class com.chartboost.sdk.Chartboost
Decide if Chartboost SDK should show interstitials in the first session.
shouldDisplayInterstitial(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Called before an interstitial will be displayed on the screen.
shouldDisplayMoreApps(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Deprecated.
Support for MoreApps has been removed as of SDK 7.
shouldDisplayRewardedVideo(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Called before a rewarded video will be displayed on the screen.
shouldRequestInterstitial(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Called before requesting an interstitial via the Chartboost API server.
shouldRequestMoreApps(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Deprecated.
Support for MoreApps has been removed as of SDK 7.
show() - Method in class com.chartboost.sdk.InPlay.CBInPlay
 
showInterstitial(String) - Static method in class com.chartboost.sdk.Chartboost
Load an interstitial with a location argument.
showMoreApps(String) - Static method in class com.chartboost.sdk.Chartboost
Deprecated.
Support for MoreApps has been removed as of SDK 7.
showRewardedVideo(String) - Static method in class com.chartboost.sdk.Chartboost
Load an rewarded interstitial with a default location argument Even if the rewarded interstitial is already cached, it is shown asynchronously.
startWithAppId(Activity, String, String) - Static method in class com.chartboost.sdk.Chartboost
Start Chartboost with required appId, appSignature and delegate.This method must be executed before any other Chartboost SDK methods can be used.

T

toString() - Method in enum com.chartboost.sdk.Chartboost.CBFramework
 
toString() - Method in enum com.chartboost.sdk.Chartboost.CBMediation
 
trackInAppAmazonStorePurchaseEvent(String, String, String, String, String, String, String) - Static method in class com.chartboost.sdk.Tracking.CBAnalytics
Call this method to track in-app purchase made at AmazonPlay store.
trackInAppGooglePlayPurchaseEvent(String, String, String, String, String, String, String) - Static method in class com.chartboost.sdk.Tracking.CBAnalytics
Call this method to track in-app purchase made at GooglePlay store.
trackInAppPurchaseEvent(EnumMap<CBAnalytics.CBIAPPurchaseInfo, String>, CBAnalytics.CBIAPType) - Method in class com.chartboost.sdk.Tracking.CBAnalytics
Track an In App Purchase Event.
trackLevelInfo(String, CBAnalytics.CBLevelType, int, String) - Static method in class com.chartboost.sdk.Tracking.CBAnalytics
Method used to send current level information details on the game played.
trackLevelInfo(String, CBAnalytics.CBLevelType, int, int, String) - Static method in class com.chartboost.sdk.Tracking.CBAnalytics
Method used to send current level information details on the game played.

V

valueOf(String) - Static method in enum com.chartboost.sdk.Chartboost.CBFramework
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.chartboost.sdk.Chartboost.CBMediation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.chartboost.sdk.Chartboost.CBPIDataUseConsent
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.chartboost.sdk.Chartboost.CBPIDataUseConsent
 
valueOf(String) - Static method in enum com.chartboost.sdk.Model.CBError.CBClickError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.chartboost.sdk.Model.CBError.CBImpressionError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.chartboost.sdk.Model.CBError.CBInternalError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.chartboost.sdk.Tracking.CBAnalytics.CBCustomEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.chartboost.sdk.Tracking.CBAnalytics.CBIAPPurchaseInfo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.chartboost.sdk.Tracking.CBAnalytics.CBIAPType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.chartboost.sdk.Tracking.CBAnalytics.CBLevelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.chartboost.sdk.Tracking.CBAnalytics.CBMiscRevenueGeneratingEventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.chartboost.sdk.Chartboost.CBFramework
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.chartboost.sdk.Chartboost.CBMediation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.chartboost.sdk.Chartboost.CBPIDataUseConsent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.chartboost.sdk.Model.CBError.CBClickError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.chartboost.sdk.Model.CBError.CBImpressionError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.chartboost.sdk.Model.CBError.CBInternalError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.chartboost.sdk.Tracking.CBAnalytics.CBCustomEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.chartboost.sdk.Tracking.CBAnalytics.CBIAPPurchaseInfo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.chartboost.sdk.Tracking.CBAnalytics.CBIAPType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.chartboost.sdk.Tracking.CBAnalytics.CBLevelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.chartboost.sdk.Tracking.CBAnalytics.CBMiscRevenueGeneratingEventType
Returns an array containing the constants of this enum type, in the order they are declared.

W

willDisplayInterstitial(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Called before the interstitial is about to be displayed on the screen.
willDisplayVideo(String) - Method in class com.chartboost.sdk.ChartboostDelegate
Called before the video is about to be displayed on the screen.
A C D F G H I L O R S T V W 
Skip navigation links