PRXTrigger Class Reference
| Inherits from | NSObject |
| Conforms to | NSCoding |
| Declared in | PRXTrigger.h |
Overview
A PRXTrigger object corresponds to a trigger definition on TapPoint. The object contains the custom payload data for the triggerable event (as defined on TapPoint) that the application previously synced down to the device.
Properties
identifier
The unique identifier of the trigger on TapPoint.
@property (nonatomic, copy, readonly) NSString *identifierDeclared In
PRXTrigger.hpayload
A key/value representation of the trigger’s custom payload data that is defined on TapPoint.
@property (nonatomic, copy, readonly) NSDictionary *payloadDeclared In
PRXTrigger.hrateStatistics
An optional property containing the rate at which trigger event notifications have been delivered to the application.
@property (nonatomic, copy, readonly) PRXTriggerRateStatistics *rateStatisticsDiscussion
In the case where rate statistics are not provided for this trigger, nil will be returned.
Declared In
PRXTrigger.h