EXPMeasure Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | NSSecureCoding |
| Declared in | EXPMeasure.h |
Overview
A measure defines a survey and its triggering thresholds. When one of the thresholds is exceeded, the SDK will present an invitation to the user.
surveyID
The name of the survey associated with this measure. For Predictive measures this is the SID. For other surveys this is the survey’s name.
@property (nonatomic, readonly) NSString *surveyIDDeclared In
EXPMeasure.h
primaryCriteria
The measure’s triggering criteria. If any value in the primary criteria is exceeded, then the user becomes eligible to see a survey invitation.
@property (nonatomic, readonly) EXPTriggerCriteria *primaryCriteriaDeclared In
EXPMeasure.h
combinedCriteria
The measure’s combined triggering criteria (if any). In any single combined criteria, all values must be exceeded for the user to be eligible to see a survey invitaton.
@property (nonatomic, readonly) NSArray<EXPTriggerCriteria*> *combinedCriteriaDeclared In
EXPMeasure.h
type
The measure’s type.
@property (nonatomic, readonly) EXPMeasureType typeDiscussion
Returns an EXPMeasureType.
Declared In
EXPMeasure.h