FeatureFlipDestination

sealed interface FeatureFlipDestination : NavKey

Navigation destinations for the FeatureFlip module.

This sealed interface defines all possible navigation targets within the FeatureFlip module. Each destination is serializable to support type-safe navigation with the Navigation3 library.

See also

Inheritors

Types

Link copied to clipboard
@Serializable
data object Main : FeatureFlipDestination

Main feature flip management screen destination.