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 *identifier
Declared In
PRXTrigger.h
payload
A key/value representation of the trigger’s custom payload data that is defined on TapPoint.
@property (nonatomic, copy, readonly) NSDictionary *payload
Declared In
PRXTrigger.h
rateStatistics
An optional property containing the rate at which trigger event notifications have been delivered to the application.
@property (nonatomic, copy, readonly) PRXTriggerRateStatistics *rateStatistics
Discussion
In the case where rate statistics are not provided for this trigger, nil will be returned.
Declared In
PRXTrigger.h