com.apptimize.Apptimize.OnTestRunListener |
Interface definition for a callback to be invoked when an Apptimize A/B test is run. There are a few notes to keep in mind when using this listener:
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onTestRun(ApptimizeTestInfo testInfo, Apptimize.IsFirstTestRun firstRun)
Called when an Apptimize A/B experiment is run.
|
Called when an Apptimize A/B experiment is run.
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. |