public class SdkSettings
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
appId |
static java.lang.String |
appSignature |
static boolean |
autoCacheAds |
static java.lang.String |
chartboostWrapperVersion |
static Context |
context |
static java.lang.String |
customID |
static AbstractChartboostDelegate |
delegate |
static Chartboost.CBFramework |
framework |
static java.lang.String |
frameworkVersion |
static java.lang.String |
frameworkWithVersion |
static boolean |
hideSystemUI |
static boolean |
isInternetPermissionRevoked |
static boolean |
isNetworkStatePermissionRevoked |
static MediationModel |
mediationModel |
static boolean |
shouldPrefetchVideoContent |
static boolean |
shouldRequestInterstitialsInFirstSession |
static java.lang.String |
versionForGoogle |
static java.lang.String |
webViewUserAgent |
| Constructor and Description |
|---|
SdkSettings() |
public static java.lang.String versionForGoogle
public static java.lang.String customID
public static java.lang.String chartboostWrapperVersion
public static AbstractChartboostDelegate delegate
public static Chartboost.CBFramework framework
public static java.lang.String frameworkVersion
public static java.lang.String frameworkWithVersion
public static boolean hideSystemUI
public static MediationModel mediationModel
public static java.lang.String appId
public static java.lang.String appSignature
public static Context context
public static boolean isInternetPermissionRevoked
public static boolean isNetworkStatePermissionRevoked
public static boolean autoCacheAds
public static boolean shouldRequestInterstitialsInFirstSession
public static boolean shouldPrefetchVideoContent
public static java.lang.String webViewUserAgent