Package io.didomi.sdk.config.app
Class AppConfiguration.FeatureFlags
-
- All Implemented Interfaces:
public final class AppConfiguration.FeatureFlagsList of temporary feature flags, used to activate features through configuration Use
basicclass when no feature flag available elsedata class
-
-
Constructor Summary
Constructors Constructor Description AppConfiguration.FeatureFlags(Boolean enableDCS, Boolean testUCPA)
-
Method Summary
Modifier and Type Method Description final BooleangetEnableDCS()Must be set to true to generate DCS final BooleangetTestUCPA()Must be set to true to use UCPA -
-
Method Detail
-
getEnableDCS
final Boolean getEnableDCS()
Must be set to true to generate DCS
-
getTestUCPA
final Boolean getTestUCPA()
Must be set to true to use UCPA
-
-
-
-