Interface | Description |
---|---|
Apptimize.OnExperimentRunListener | Deprecated
Use
Apptimize.OnTestRunListener instead. |
Apptimize.OnExperimentsProcessedListener |
Interface definition for a callback to be invoked when an Apptimize A/B
experiment configuration is recalculated.
|
Apptimize.OnTestEnrollmentChangedListener |
Interface definition for callbacks to be invoked when an Apptimize A/B
experiment enrollment has changed.
|
Apptimize.OnTestRunListener |
Interface definition for a callback to be invoked when an Apptimize A/B
test is run.
|
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 |
---|---|
Apptimize.IsFirstTestRun |
An enum that indicates if this is the first time that a test has been run.
|
Apptimize.UnenrollmentReason |
This enumerated type is used to indicate why the user has been unenrolled from a
given experiment.
|
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. |