PRXTriggerRateStatistics Class Reference
| Inherits from | NSObject |
| Conforms to | NSCoding |
| Declared in | PRXTriggerRateStatistics.h |
Overview
An object that holds statistical information about the occurrence of trigger events. This should be used to identify whether your application provides an appropriate number of trigger events to the user over periods of time.
Tasks
-
lastEventTimestampproperty -
eventsInTheLastHourproperty -
eventsInTheLastDayproperty -
eventsInTheLastWeekproperty
Properties
eventsInTheLastDay
The number of events sent to the application involving a trigger in this group in the last 24 hours.
@property (nonatomic, readonly) NSInteger eventsInTheLastDayDeclared In
PRXTriggerRateStatistics.heventsInTheLastHour
The number of events sent to the application involving a trigger in this group in the last 60 minutes.
@property (nonatomic, readonly) NSInteger eventsInTheLastHourDeclared In
PRXTriggerRateStatistics.h