PRXSyncResult Class Reference
Inherits from | NSObject |
Declared in | PRXSyncResult.h |
Overview
An object that provides information after a synchronisation with TapPoint has taken place.
This includes information about what triggers have been added and removed.
Properties
triggersAdded
A NSArray of PRXTrigger objects that have been added after a synchronisation has occurred.
@property (nonatomic, copy, readonly) NSArray *triggersAdded
Discussion
This will be an empty NSArray if no triggers have been added after synchronisation with TapPoint.
Declared In
PRXSyncResult.h
triggersRemoved
A NSArray of PRXTrigger objects that have been removed after a synchronisation has occurred.
@property (nonatomic, copy, readonly) NSArray *triggersRemoved
Discussion
This will be an empty NSArray if no triggers have been removed after synchronisation with TapPoint.
Declared In
PRXSyncResult.h