-
- All Implemented Interfaces:
-
com.appsflyer.internal.feature_flagging.FeatureFlagManager
public final class FeatureFlagManagerImpl implements FeatureFlagManager
-
-
Constructor Summary
Constructors Constructor Description FeatureFlagManagerImpl(FeatureFlagStorage featureFlagStorage)
-
Method Summary
Modifier and Type Method Description BooleanisEnabled(FeatureFlag featureFlag)Checks whether a feature flag is enabled. -
-
Constructor Detail
-
FeatureFlagManagerImpl
FeatureFlagManagerImpl(FeatureFlagStorage featureFlagStorage)
-
-
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.
-
-
-
-