Package live.hms.video.sdk.featureflags
Class FeatureFlags
-
- All Implemented Interfaces:
public final class FeatureFlags
-
-
Constructor Summary
Constructors Constructor Description FeatureFlags(Set<String> flags)
-
Method Summary
Modifier and Type Method Description final BooleanisFeatureEnabled(Features feat)final List<Features>getAllEnabledFeatures()-
-
Method Detail
-
isFeatureEnabled
final Boolean isFeatureEnabled(Features feat)
-
getAllEnabledFeatures
final List<Features> getAllEnabledFeatures()
-
-
-
-