ApptimizeVariableBool Class Reference

Inherits from ApptimizeVariable : NSObject
Declared in Apptimize+Variables.h

Overview

ApptimizeVariableBool is a dynamic variable which contains a bool.

  boolValue

Retrieves the bool value of this ApptimizeVariableBool.

@property (nonatomic, readonly) BOOL boolValue

Return Value

Returns 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.

Declared In

Apptimize+Variables.h