Package 

Class FeatureFlagManagerImpl

    • Method Summary

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

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

    • Method Detail

      • isEnabled

         Boolean isEnabled(FeatureFlag featureFlag)

        Checks whether a feature flag is enabled. Will first attempt to retrieve the value from storage if the feature flag supports remote values, before falling back to default values.

        Parameters:
        featureFlag - The feature flag to check.