FeatureTogglesPlugin

Deprecated

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

Features that can be enabled/disabled should implement this plugin. The associated plugin point will call the plugins when the FeatureToggle API is used

Functions

Link copied to clipboard
abstract fun isEnabled(featureName: String, defaultValue: Boolean): Boolean?

This method will return whether the plugin knows about the featureName in which case will return whether it is enabled or disabled