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.

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

eventsInTheLastWeek

The number of events sent to the application involving a trigger in this group in the last 7 days.

@property (nonatomic, readonly) NSInteger eventsInTheLastWeek

Declared In

PRXTriggerRateStatistics.h

lastEventTimestamp

The last time an event involving a trigger in this group was sent to the application.

@property (nonatomic, copy, readonly) NSDate *lastEventTimestamp

Declared In

PRXTriggerRateStatistics.h