FlagManager

interface FlagManager(source)

Interface for managing feature flags.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun isEnabled(flag: Flag): Boolean

Returns a boolean representing whether or not flag is enabled. Impl should execute very quickly as it could be used in the hot path.