data class Experiment
Represents an A/B test experiment, independent of the underlying storage mechanism  | 
|
data class ExperimentDescriptor
Class used to identify an experiment  | 
|
class ExperimentPayload
Class which represents an experiment associated data  | 
|
interface ExperimentSource
Represents a location where experiments are stored (Kinto, a JSON file on a server, etc)  | 
|
interface ExperimentStorage
Represents a location where experiments are stored locally on the device  | 
|
data class ExperimentsSnapshot
Represents an experiment sync result  | 
|
class Fretboard
Entry point of the library  | 
|
class JSONExperimentParser
Default JSON parsing implementation  | 
|
open class ValuesProvider
Class used to provide custom filter values  | 
class ExperimentDownloadException : Exception
Exception while downloading experiments from the server  |