We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b3bf4 commit bec0f1eCopy full SHA for bec0f1e
1 file changed
OptimizelySDK/Entity/Experiment.cs
@@ -23,10 +23,6 @@ public class Experiment : ExperimentCore
23
{
24
private const string MUTEX_GROUP_POLICY = "random";
25
26
- public const string EXPERIMENT_TYPE_AB = "ab";
27
- public const string EXPERIMENT_TYPE_MAB = "mab";
28
- public const string EXPERIMENT_TYPE_CMAB = "cmab";
29
- public const string EXPERIMENT_TYPE_TD = "td";
30
public const string EXPERIMENT_TYPE_FR = "fr";
31
32
/// <summary>
0 commit comments