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 *surveyID
Declared 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 *primaryCriteria
Declared 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*> *combinedCriteria
Declared In
EXPMeasure.h
type
The measure’s type.
@property (nonatomic, readonly) EXPMeasureType type
Discussion
Returns an EXPMeasureType
.
Declared In
EXPMeasure.h