Object RTBSDKManager
-
- All Implemented Interfaces:
public class RTBSDKManager
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanisPaidprivate BooleanisChildDirectedprivate BooleanisGDPRAppliesprivate BooleantestModeEnabledprivate IntegerlogLevelprivate BooleanuseGeoLocationprivate final StringsdkVersionpublic final static RTBSDKManagerINSTANCE
-
Method Summary
Modifier and Type Method Description final BooleanisPaid()Indicates whether the app is paid or not. final UnitsetPaid(Boolean isPaid)Indicates whether the app is paid or not. final BooleanisChildDirected()Indicates whether the app is child-directed (supports COPPA) or not. final UnitsetChildDirected(Boolean isChildDirected)Indicates whether the app is child-directed (supports COPPA) or not. final BooleanisGDPRApplies()Indicates whether the GDPR consent is required (if the user falls under GDPR jurisdiction). final UnitsetGDPRApplies(Boolean isGDPRApplies)Indicates whether the GDPR consent is required (if the user falls under GDPR jurisdiction). final BooleangetTestModeEnabled()Indicates whether the test mode is enabled or not. final UnitsetTestModeEnabled(Boolean testModeEnabled)Indicates whether the test mode is enabled or not. final IntegergetLogLevel()Desired log level, as in android.util.Log class. final UnitsetLogLevel(Integer logLevel)final BooleangetUseGeoLocation()Indicates whether the SDK should use the geo location or not. final UnitsetUseGeoLocation(Boolean useGeoLocation)Indicates whether the SDK should use the geo location or not. final StringgetSdkVersion()-
-
Method Detail
-
setPaid
final Unit setPaid(Boolean isPaid)
Indicates whether the app is paid or not. Default value is null.
-
isChildDirected
final Boolean isChildDirected()
Indicates whether the app is child-directed (supports COPPA) or not. Default value is null.
-
setChildDirected
final Unit setChildDirected(Boolean isChildDirected)
Indicates whether the app is child-directed (supports COPPA) or not. Default value is null.
-
isGDPRApplies
final Boolean isGDPRApplies()
Indicates whether the GDPR consent is required (if the user falls under GDPR jurisdiction). True by default.
-
setGDPRApplies
final Unit setGDPRApplies(Boolean isGDPRApplies)
Indicates whether the GDPR consent is required (if the user falls under GDPR jurisdiction). True by default.
-
getTestModeEnabled
final Boolean getTestModeEnabled()
Indicates whether the test mode is enabled or not. Default value is false.
-
setTestModeEnabled
final Unit setTestModeEnabled(Boolean testModeEnabled)
Indicates whether the test mode is enabled or not. Default value is false.
-
getLogLevel
final Integer getLogLevel()
Desired log level, as in android.util.Log class.
-
setLogLevel
final Unit setLogLevel(Integer logLevel)
-
getUseGeoLocation
final Boolean getUseGeoLocation()
Indicates whether the SDK should use the geo location or not. Default value is false.
-
setUseGeoLocation
final Unit setUseGeoLocation(Boolean useGeoLocation)
Indicates whether the SDK should use the geo location or not. Default value is false.
-
getSdkVersion
final String getSdkVersion()
-
-
-
-