-
- All Implemented Interfaces:
-
com.appsflyer.internal.feature_flagging.FeatureFlagStorage
public final class FeatureFlagPrefsStorageImpl implements FeatureFlagStorage
-
-
Constructor Summary
Constructors Constructor Description FeatureFlagPrefsStorageImpl(AppsFlyerPreferences appsFlyerPreferences)
-
Method Summary
Modifier and Type Method Description BooleanisEnabledInStorage(FeatureFlag featureFlag)UnitonRemoteFeatureFlagsUpdated(Map<String, Boolean> remoteFlagsValues)-
-
Constructor Detail
-
FeatureFlagPrefsStorageImpl
FeatureFlagPrefsStorageImpl(AppsFlyerPreferences appsFlyerPreferences)
-
-
Method Detail
-
isEnabledInStorage
Boolean isEnabledInStorage(FeatureFlag featureFlag)
-
onRemoteFeatureFlagsUpdated
Unit onRemoteFeatureFlagsUpdated(Map<String, Boolean> remoteFlagsValues)
-
-
-
-