Enumerations
The following enumerations are available globally.
-
This enumerated type is used to determine the state of the meatadata. There may be one or more of these flags set at any one time.
See moreDeclaration
Objective-C
enum ApptimizeMetadataStateFlags {}
Swift
struct ApptimizeMetadataStateFlags : OptionSet
-
This enumerated type is used to indicate the type of experiment that the ApptimizeTestInfo class refers to.
See moreDeclaration
Objective-C
enum ExperimentType {}
Swift
enum ExperimentType : Int
-
This enumerated type is used to indicate why the user has been unenrolled from a given experiment.
See moreDeclaration
Objective-C
enum UnenrollmentReason {}
Swift
enum UnenrollmentReason : Int