ExperimentType
enum ExperimentType : NSInteger {}
@enum ExperimentType @abstract This enumerated type is used to indicate the type of experiment that the ApptimizeTestInfo class refers to.
-
Undocumented
Declaration
Objective-C
ExperimentTypeCodeBlock
Swift
case codeBlock = 0
-
Undocumented
Declaration
Objective-C
ExperimentTypeFeatureFlag
Swift
case featureFlag = 1
-
Undocumented
Declaration
Objective-C
ExperimentTypeDynamicVariables
Swift
case dynamicVariables = 2
-
Undocumented
Declaration
Objective-C
ExperimentTypeVisual
Swift
case visual = 3
-
Undocumented
Declaration
Objective-C
ExperimentTypeUnknown
Swift
case unknown = 4