public class Experiments extends ExperimentsBase
| Constructor and Description |
|---|
Experiments() |
Experiments(org.json.JSONObject experimentData) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
getCurrentSessionExperiments() |
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 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 isWebGestureNotRequired()
public boolean isNewLifecycleTimer()
public org.json.JSONObject getExperimentsAsJson()
public java.util.Map<java.lang.String,java.lang.String> getExperimentTags()
public org.json.JSONObject getNextSessionExperiments()
public org.json.JSONObject getCurrentSessionExperiments()