Package 

Interface FeatureFlagManager

    • Method Summary

      Modifier and Type Method Description
      abstract Boolean isEnabled(FeatureFlag featureFlag) Checks whether a feature flag is enabled or not.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isEnabled

         abstract Boolean isEnabled(FeatureFlag featureFlag)

        Checks whether a feature flag is enabled or not.

        Parameters:
        featureFlag - The feature flag to check.