-
public interface FeatureFlagManager
-
-
Method Summary
Modifier and Type Method Description abstract BooleanisEnabled(FeatureFlag featureFlag)Checks whether a feature flag is enabled or not. -
-
Method Detail
-
isEnabled
abstract Boolean isEnabled(FeatureFlag featureFlag)
Checks whether a feature flag is enabled or not.
- Parameters:
featureFlag- The feature flag to check.
-
-
-
-