public final class CBConfig
extends java.lang.Object
| Constructor and Description |
|---|
CBConfig() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getAdFormatTypeString(SdkConfiguration sdkConfig) |
static boolean |
isSetupReady() |
static boolean |
updateConfig(java.util.concurrent.atomic.AtomicReference<SdkConfiguration> sdkConfig,
JSONObject config,
SharedPreferences sharedPrefs)
Update the configuration from the server.
|
static boolean |
validateManifestEntry(Context context)
Determine if
CBImpressionActivity is correctly declared in the manifest of the app
that makes use of the Chartboost library. |
static boolean |
validatePermissions(Context context) |
public static boolean updateConfig(java.util.concurrent.atomic.AtomicReference<SdkConfiguration> sdkConfig, JSONObject config, SharedPreferences sharedPrefs)
public static boolean isSetupReady()
public static boolean validatePermissions(Context context)
public static boolean validateManifestEntry(Context context)
CBImpressionActivity is correctly declared in the manifest of the app
that makes use of the Chartboost library.context - activity context we call (@link Context.class#getPackageManager()} onpublic static java.lang.String getAdFormatTypeString(SdkConfiguration sdkConfig)