Chartboost
SDK class that provides ads from the Chartboost ad network. Ensure to start Chartboost before requesting any ad. Setting data use consent information beforehand is highly recommended, otherwise Chartboost's ability to provide ads might be hindered.
Functions
Restricts Chartboost's ability to collect personal data from the user.
Clears the previously added consent for the specified privacy standard.
Gets the bidder token for the Chartboost SDK.
Retrieves stored data use consent. This method returns only the base class of the DataUseConsent, even if it was added as a specific class like GDPR or CCPA. Might return null if DataUseConsent is not found or was never stored.
Retrieves the current version of the Chartboost SDK.
Checks whether the SDK was started successfully.
Sets the Chartboost SDK logging level.
Initializes Chartboost with the required appId, appSignature, and callback. This method must be called before using cache and show methods.