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
-
lastEventTimestamp
property -
eventsInTheLastHour
property -
eventsInTheLastDay
property -
eventsInTheLastWeek
property
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 eventsInTheLastDay
Declared In
PRXTriggerRateStatistics.h
eventsInTheLastHour
The number of events sent to the application involving a trigger in this group in the last 60 minutes.
@property (nonatomic, readonly) NSInteger eventsInTheLastHour
Declared In
PRXTriggerRateStatistics.h