We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b862b1 commit 3244212Copy full SHA for 3244212
1 file changed
src/main/java/com/google/firebase/remoteconfig/ParameterValue.java
@@ -85,7 +85,7 @@ public static PersonalizationValue ofPersonalization(String personalizationId) {
85
* @param exposurePercent The percentage of users exposed to the experiment.
86
* @return A {@link ParameterValue.ExperimentValue} instance.
87
*/
88
- public static ExperimentValue of(
+ public static ExperimentValue ofExperiment(
89
String experimentId,
90
List<ExperimentVariantValue> variantValues, Double exposurePercent) {
91
return new ExperimentValue(experimentId, variantValues, exposurePercent);
0 commit comments