-
- All Implemented Interfaces:
public final class AppConfiguration.FeatureFlagsList of temporary feature flags, used to activate features through configuration
-
-
Constructor Summary
Constructors Constructor Description AppConfiguration.FeatureFlags(Boolean testCpra)
-
Method Summary
Modifier and Type Method Description final BooleangetTestCpra()Must be set to true to use CPRA -
-
Constructor Detail
-
AppConfiguration.FeatureFlags
AppConfiguration.FeatureFlags(Boolean testCpra)
-
-
Method Detail
-
getTestCpra
final Boolean getTestCpra()
Must be set to true to use CPRA
-
-
-
-