public class ExperimentObjects extends ExperimentsBase
| Constructor and Description |
|---|
ExperimentObjects(org.json.JSONObject experimentObjects) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
getCurrentSessionExperiments() |
ExperimentObject |
getExperimentObject(java.lang.String experimentName) |
org.json.JSONObject |
getExperimentsAsJson() |
java.util.Map<java.lang.String,java.lang.String> |
getExperimentTags() |
org.json.JSONObject |
getNextSessionExperiments() |
boolean |
isForwardExperimentsToWebViewEnabled() |
boolean |
isNativeTokenEnabled() |
boolean |
isNativeWebViewCacheEnabled() |
boolean |
isNewLifecycleTimer() |
boolean |
isPrivacyRequestEnabled() |
boolean |
isTwoStageInitializationEnabled() |
boolean |
isUpdatePiiFields() |
boolean |
isWebAssetAdCaching() |
boolean |
isWebGestureNotRequired() |
boolean |
shouldNativeTokenAwaitPrivacy() |
public ExperimentObjects(org.json.JSONObject experimentObjects)
public ExperimentObject getExperimentObject(java.lang.String experimentName)
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 isWebGestureNotRequired()
public boolean isNewLifecycleTimer()
public org.json.JSONObject getExperimentsAsJson()
public java.util.Map<java.lang.String,java.lang.String> getExperimentTags()
public org.json.JSONObject getCurrentSessionExperiments()
public org.json.JSONObject getNextSessionExperiments()