All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.statsig.DynamicConfig Maven / Gradle / Ivy

There is a newer version: 0.28.0
Show newest version
package com.statsig;

import com.google.gson.JsonElement;

import java.util.Map;

public class DynamicConfig extends Experiment {

    DynamicConfig(String name, Map value, String ruleID, EvaluationDetails evaluationDetails) {
        super(name, value, ruleID, null, evaluationDetails);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy