ApptimizeVariableArray Class Reference

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

Overview

ApptimizeVariableArray is a dynamic variable which contains an array of a specified type (string, bool, integer, double).

  arrayValue

Retrieves the array of this ApptimizeVariableArray.

@property (nonatomic, readonly) NSArray *arrayValue

Return Value

Returns the default array provided at construction if no variant has been received from the servers, or the variant array 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