PRXTriggers Class Reference
| Inherits from | NSObject |
| Declared in | PRXTriggers.h |
Overview
An object used to retrieve the shared triggers manager.
A triggers manager is able to control when the application monitors for triggers.
Class Methods
sharedTriggersManager
Returns the shared triggers manager.
+ (id<PRXTriggersManager>)sharedTriggersManagerReturn Value
The shared triggers manager.
Discussion
A triggers manager is able to control scanning for triggers using the startScanning and stopScanning methods. When triggers are detected, the manager posts a notification with the name given by PRXTriggersDetectedNotification whose user info contains information about the trigger.
Declared In
PRXTriggers.h