Package-level declarations

Types

Link copied to clipboard
sealed interface Feature

Sealed interface representing a feature flag in the application.

Link copied to clipboard
class FeatureHandler(dataStore: DataStore<Preferences>, initialFeatures: List<Feature>)

Handler for managing feature flag state persistence and retrieval.

Link copied to clipboard

Represents the state of a remote feature flag.

Link copied to clipboard

Represents the type classification of a feature flag.

Properties

Link copied to clipboard

CompositionLocal providing access to the current FeatureHandler.

Functions

Link copied to clipboard

Remembers and returns a FeatureHandler instance for the current composition.