View on GitHub

Cadabra

A/B testing library for Java/Kotlin/Android

cadabra-core / com.fo2rist.cadabra / CadabraConfig / startExperimentsAsync

startExperimentsAsync

abstract fun startExperimentsAsync(configProvider: ExperimentsConfigProvider): CadabraConfig

Start previously registered experiment asynchronously. Registers the ExperimentsConfigProvider that can update experiments config at any time. When it provides the new config via provideConfig it works the same way as startExperiments.