public class FeatureFlagStates
extends Object
-
-
Method Summary
-
-
Method Details
-
-
isEnabled
public boolean isEnabled(@NotNull
@NotNull String key)
-
getVariant
@Nullable
public @Nullable String getVariant(@NotNull
@NotNull String key)
-
keySet
@NotNull
public @NotNull Set<String> keySet()
-
-