FSTriggerCriteria Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FSTriggerCriteria.h |
significantEvents
A key/value collection that defines custom trigger parameters for this measure.
@property (nonatomic, readonly) NSDictionary *significantEventsDeclared In
FSTriggerCriteria.h
launchCount
Defines the number of app launches that need to be exceeded before the user is eligible to be invited to take the survey associated with this measure.
@property (nonatomic, readonly) NSUInteger launchCountDeclared In
FSTriggerCriteria.h
daysSinceFirstLaunch
Defines the number of days since the app was first launched that must be exceeded for the user to be invited to take the survey associated with this measure.
@property (nonatomic, readonly) NSUInteger daysSinceFirstLaunchDeclared In
FSTriggerCriteria.h
daysSinceLastLaunch
Defines the number of days since the app was last launched that must be exceeded for the user to be invited to take the survey associated with this measure.
@property (nonatomic, readonly) NSUInteger daysSinceLastLaunchDeclared In
FSTriggerCriteria.h
pageViews
Defines the number of view controllers that must be loaded (“page views”) before the user is eligible to be invited to take the survey associated with this measure.
@property (nonatomic, readonly) NSUInteger pageViewsDeclared In
FSTriggerCriteria.h