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
ExperimentTypeCodeBlockSwift
case codeBlock = 0 -
Undocumented
Declaration
Objective-C
ExperimentTypeFeatureFlagSwift
case featureFlag = 1 -
Undocumented
Declaration
Objective-C
ExperimentTypeDynamicVariablesSwift
case dynamicVariables = 2 -
Undocumented
Declaration
Objective-C
ExperimentTypeVisualSwift
case visual = 3 -
Undocumented
Declaration
Objective-C
ExperimentTypeUnknownSwift
case unknown = 4
ExperimentType Enumeration Reference