Classes
The following classes are available globally.
- 
                  
                  This interface is used to create and retrieve dynamic variables. The factory methods are used to create and register dynamic variables with the SDK. As they need to be declared prior to setting up an experiment, they should be called as early as possible during app execution, such as in didFinishLaunchingWithOptions.All the factory methods return a reference to the created dynamic variable. As dynamic variables are expected to be declared ahead of time during app startup, getters are provided to retrieve those dynamic variables at time of use. See moreDeclarationObjective-C @interface ApptimizeVariable : NSObjectSwift class ApptimizeVariable : NSObject
- 
                  
                  ApptimizeVariableString is a dynamic variable which contains an NSString. See moreDeclarationObjective-C @interface ApptimizeVariableString : ApptimizeVariableSwift class ApptimizeVariableString : ApptimizeVariable
- 
                  
                  ApptimizeVariableBool is a dynamic variable which contains a bool. See moreDeclarationObjective-C @interface ApptimizeVariableBool : ApptimizeVariableSwift class ApptimizeVariableBool : ApptimizeVariable
- 
                  
                  ApptimizeVariableInteger is a dynamic variable which contains a signed or unsigned integer. See moreDeclarationObjective-C @interface ApptimizeVariableInteger : ApptimizeVariableSwift class ApptimizeVariableInteger : ApptimizeVariable
- 
                  
                  ApptimizeVariableDouble is a dynamic variable which contains a double floating point number. See moreDeclarationObjective-C @interface ApptimizeVariableDouble : ApptimizeVariableSwift class ApptimizeVariableDouble : ApptimizeVariable
- 
                  
                  ApptimizeVariableArray is a dynamic variable which contains an array of a specified type (string, bool, integer, double). See moreDeclarationObjective-C @interface ApptimizeVariableArray <__covariant ContainedType> : ApptimizeVariableSwift class ApptimizeVariableArray<ContainedType : AnyObject> : ApptimizeVariable
- 
                  
                  ApptimizeVariableDictionary is a dynamic variable which contains a dictionary of values of a specified type (string, bool, integer, double) keyed by strings. See moreDeclarationObjective-C @interface ApptimizeVariableDictionary <__covariant ContainedType> : ApptimizeVariableSwift class ApptimizeVariableDictionary<ContainedType : AnyObject> : ApptimizeVariable
- 
                  
                  The Apptimize interface is the main interaction point with the Apptimize SDK for developers. Getting Started Add your Apptimize App Key to your application’s Info.plist e.g. ApptimizeAppKey = "AaaaABbbbBCcccCDdddDEeeeEFfffF" // Type: String; Without quotes.For more information on how to get started using the Apptimize Library see: https://apptimize.com/docs/installation/ios-installation.html See moreDeclarationObjective-C @interface Apptimize : NSObjectSwift class Apptimize : NSObject
- 
                  
                  Wraps a code block with its corresponding name. Useful in Swift for passing closures to See more+runTest:withBaseline:apptimizeCodeBlocks:andOptions:DeclarationObjective-C @interface ApptimizeCodeBlock : NSObjectSwift class ApptimizeCodeBlock : NSObject
 
         Classes  Reference
        Classes  Reference