Package-level declarations

Types

Link copied to clipboard
data class ConversionWindow(val lowerWindow: Int, val upperWindow: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface FeatureToggle

Any feature toggles implemented in any module should implement FeatureToggle

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard
data class MetricsPixel(val metric: String, val value: String, val conversionWindow: List<ConversionWindow>, val toggle: Toggle)
Link copied to clipboard

Experiment pixels that want to be fired should implement this plugin. The associated plugin point will call the plugins before the pixels that match the MetricsPixel spec are fired.

Link copied to clipboard
data class PixelDefinition(val pixelName: String, val params: Map<String, String>)
Link copied to clipboard
@Qualifier
annotation class RemoteFeatureStoreNamed(val value: KClass<*> = Unit::class)
Link copied to clipboard
interface Toggle

Properties

Link copied to clipboard