- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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.