Class Index

A

A

Apptimize  
Apptimize.IsFirstTestRun An enum that indicates if this is the first time that a test has been run. 
Apptimize.OnApptimizeInitializedListener  
Apptimize.OnExperimentRunListener This interface is 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. 
Apptimize.UnenrollmentReason This enumerated type is used to indicate why the user has been unenrolled from a given experiment. 
ApptimizeExperiment Note: This class will soon be deprecated. 
ApptimizeExplicitlyEnabled This annotation is only used if setExplicitEnablingRequired(boolean) is set to true, in which case visual variants and metrics will only be allowed for an android.app.Activity if it has this annotation. 
ApptimizeOptions Configurable options when making calls to run Apptimize tests. 
ApptimizeOptions.LogLevel

When used as an argument to setLogLevel(com.apptimize.ApptimizeOptions.LogLevel), Apptimize will log all messages of the given importance or higher

 
ApptimizeTest  
ApptimizeTestInfo Information about a single Apptimize A/B test that this device is enrolled in. 
ApptimizeTestType This enumerated type is used to indicate the kind of test that is described by an ApptimizeTestInfo object. 
ApptimizeVar<T>

An Apptimize variable whose value can be changed in A/B experiments.