Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
object FeatureExceptions
Link copied to clipboard
object FeatureSettings
Link copied to clipboard
interface FeatureToggle
Any feature toggles implemented in any module should implement FeatureToggle
Link copied to clipboard
class FeatureToggles
Link copied to clipboard
interface FeatureTogglesInventory
Link copied to clipboard
interface FeatureTogglesPlugin
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
interface MetricsPixelPlugin
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
Link copied to clipboard