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