FSTriggerCriteria Class Reference

Inherits from NSObject
Declared in FSTriggerCriteria.h

Overview

A FSTriggerCriteria instance defines a measure’s triggering criteria.

  significantEvents

A key/value collection that defines custom trigger parameters for this measure.

@property (nonatomic, readonly) NSDictionary *significantEvents

Declared 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 launchCount

Declared 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 daysSinceFirstLaunch

Declared 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 daysSinceLastLaunch

Declared 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 pageViews

Declared In

FSTriggerCriteria.h