ApptimizeVariableString Class Reference

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

Overview

ApptimizeVariableString is a dynamic variable which contains an NSString.

  stringValue

Retrieves the string value of this ApptimizeVariableString.

@property (nonatomic, readonly) NSString *stringValue

Return Value

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