Package 

Class ExperimentConfig


  • 
    public final class ExperimentConfig
    
                        

    Configuration options. This is an immutable object that can be created using a ExperimentConfig.Builder. Example usage:

    ExperimentConfig.builder().serverUrl("https://api.lab.amplitude.com/").build()

    • Constructor Detail