FeatureToggle

interface FeatureToggle

Deprecated

Use the new feature flag framework, https://app.asana.com/0/1202552961248957/1203898052213029/f

Any feature toggles implemented in any module should implement FeatureToggle

Functions

Link copied to clipboard
abstract fun isFeatureEnabled(featureName: String, defaultValue: Boolean = true): Boolean

This method takes a featureName and optionally a default value.