Enumerations
The following enumerations are available globally.
-
@enum ExperimentType @abstract This enumerated type is used to indicate the type of experiment that the ApptimizeTestInfo class refers to.
See moreDeclaration
Objective-C
enum ExperimentType : NSInteger {}
Swift
enum ExperimentType : Int
-
@enum UnenrollmentReason @abstract This enumerated type is used to indicate why the user has been unenrolled from a given experiment.
See moreDeclaration
Objective-C
enum UnenrollmentReason : NSInteger {}
Swift
enum UnenrollmentReason : Int