public static interface Apptimize.OnExperimentRunListener
Modifier and Type | Method and Description |
---|---|
void |
onExperimentRun(java.lang.String experimentName,
java.lang.String variantName,
boolean firstRun)
Called when an Apptimize A/B experiment is run.
|
void onExperimentRun(java.lang.String experimentName, java.lang.String variantName, boolean firstRun)
experimentName
- The String
name of the Apptimize A/B experiment
that was run.variantName
- The String
name of the variant this device is
enrolled into.firstRun
- Whether or not this is the first time this experiment was
run on this device.