ApptimizeVariableBool
@interface ApptimizeVariableBool : ApptimizeVariableApptimizeVariableBool is a dynamic variable which contains a bool.
- 
                  
                  Retrieves the bool value of this ApptimizeVariableBool. DeclarationObjective-C @property (readonly, nonatomic) BOOL boolValue;Swift var boolValue: Bool { get }Return ValueReturns the default bool provided at construction if no variant has been received from the servers, or the variant bool if enrolled in a particular variant. 
 Returns the default value if there is an issue with the incoming variant data.
 
         ApptimizeVariableBool Class Reference
        ApptimizeVariableBool Class Reference