public interface IExperiments
| 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() |
boolean isTwoStageInitializationEnabled()
boolean isForwardExperimentsToWebViewEnabled()
boolean isNativeTokenEnabled()
boolean isUpdatePiiFields()
boolean isPrivacyRequestEnabled()
boolean shouldNativeTokenAwaitPrivacy()
boolean isNativeWebViewCacheEnabled()
boolean isWebAssetAdCaching()
boolean isWebGestureNotRequired()
boolean isNewLifecycleTimer()
org.json.JSONObject getCurrentSessionExperiments()
org.json.JSONObject getNextSessionExperiments()
org.json.JSONObject getExperimentsAsJson()
java.util.Map<java.lang.String,java.lang.String> getExperimentTags()