public static interface Apptimize.OnTestRunListener
Modifier and Type | Method and Description |
---|---|
void |
onTestRun(ApptimizeTestInfo testInfo,
Apptimize.IsFirstTestRun firstRun)
Called when an Apptimize A/B experiment is run.
|
void onTestRun(ApptimizeTestInfo testInfo, Apptimize.IsFirstTestRun firstRun)
testInfo
- The ApptimizeTestInfo
test info of the Apptimize A/B experiment
that was run.firstRun
- Whether or not this is the first time this experiment was
run on this device.