com.apptimize.Apptimize.OnExperimentRunListener |
This interface is deprecated.
Use Apptimize.OnTestRunListener
instead.
Interface definition for a callback to be invoked when an Apptimize A/B experiment is run. There are a few notes to keep in mind when using this listener:
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onExperimentRun(String experimentName, String variantName, boolean firstRun)
This method is deprecated.
Use
Apptimize.OnTestRunListener instead.
|
This method is deprecated.
Use Apptimize.OnTestRunListener
instead.
Called when an Apptimize A/B experiment is run.
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. |