ApptimizeVariableInteger Class Reference
| Inherits from | ApptimizeVariable : NSObject |
|---|---|
| Declared in | Apptimize+Variables.h |
Overview
ApptimizeVariableInteger is a dynamic variable which contains a signed or unsigned integer.
integerValue
Retrieves the signed integer value of this ApptimizeVariableInteger.
@property (nonatomic, readonly) NSInteger integerValueReturn Value
Returns the default integer provided at construction if no variant has been received from the servers, or the variant integer 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
unsignedIntegerValue
Retrieves the unsigned integer value of this ApptimizeVariableInteger.
@property (nonatomic, readonly) NSUInteger unsignedIntegerValueReturn Value
Returns the default integer provided at construction if no variant has been received from the servers, or the variant integer 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