Interface | Description |
---|---|
Apptimize.OnExperimentRunListener |
Interface definition for a callback to be invoked when an Apptimize A/B
experiment is run.
|
Apptimize.OnExperimentsProcessedListener |
Interface definition for a callback to be invoked when an Apptimize A/B
experiment configuration is recalculated.
|
Class | Description |
---|---|
Apptimize | |
ApptimizeExperiment |
Note: This class will soon be deprecated.
|
ApptimizeOptions |
Configurable options when making calls to run Apptimize tests.
|
ApptimizeTest | |
ApptimizeTestInfo |
Information about a single Apptimize A/B test that this device is enrolled
in.
|
ApptimizeVar<T> |
An Apptimize variable whose value can be changed in A/B experiments.
|
Enum | Description |
---|---|
ApptimizeOptions.LogLevel |
When used as an argument to
ApptimizeOptions.setLogLevel(com.apptimize.ApptimizeOptions.LogLevel) ,
Apptimize will log all messages of the given importance or higher |
Annotation Type | Description |
---|---|
ApptimizeExplicitlyEnabled |
This annotation is only used if
ApptimizeOptions.setExplicitEnablingRequired(boolean) is set to true, in
which case visual variants and metrics will only be allowed for an Activity if it has this
annotation. |