public class Experiments
extends java.lang.Object
| Constructor and Description |
|---|
Experiments() |
Experiments(org.json.JSONObject experimentData) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
getExperimentData() |
java.util.Map<java.lang.String,java.lang.String> |
getExperimentTags() |
boolean |
isForwardExperimentsToWebViewEnabled() |
boolean |
isNativeTokenEnabled() |
boolean |
isNativeWebViewCacheEnabled() |
boolean |
isNewLifecycleTimer() |
boolean |
isPrivacyRequestEnabled() |
boolean |
isTwoStageInitializationEnabled() |
boolean |
isUpdatePiiFields() |
boolean |
isWebAssetAdCaching() |
boolean |
shouldNativeTokenAwaitPrivacy() |
public Experiments()
public Experiments(org.json.JSONObject experimentData)
public boolean isTwoStageInitializationEnabled()
public boolean isForwardExperimentsToWebViewEnabled()
public boolean isNativeTokenEnabled()
public boolean isUpdatePiiFields()
public boolean isPrivacyRequestEnabled()
public boolean shouldNativeTokenAwaitPrivacy()
public boolean isNativeWebViewCacheEnabled()
public boolean isWebAssetAdCaching()
public boolean isNewLifecycleTimer()
public org.json.JSONObject getExperimentData()
public java.util.Map<java.lang.String,java.lang.String> getExperimentTags()