Package-level declarations

Types

Link copied to clipboard
interface AdCallback

AdCallback The interface which all Chartboost ad callbacks inherit from. Provides methods to receive notifications related to an ad's actions and to control its behavior.

Link copied to clipboard

BannerCallback Provides methods to receive notifications related to a banner ad behavior.

Link copied to clipboard

DismissibleAdCallback for ads that can be dismissed. Provides methods to receive notifications related to an ad's actions and to control its behavior.

Link copied to clipboard

InterstitialCallback Provides methods to receive notifications related to the behavior of an interstitial ad. In a typical integration, you would implement willShowAd, didShowAd, and didDismissAd, pausing and resuming ongoing processes (e.g., gameplay, video) accordingly.

Link copied to clipboard

RewardedCallback Provides methods to receive notifications related to a rewarded ad's behavior. In a typical integration, you would implement onAdRequestedToShow, onAdShown, and onAdDismiss, pausing and resuming ongoing processes (e.g., gameplay, video) accordingly. The method onRewardEarned needs to be implemented to be notified when the user earns a reward.

Link copied to clipboard
fun interface StartCallback

Provides a callback to be executed when the SDK finishes initializing.