Package com.proxama.tappoint.trigger

Provides functionality to monitor Trigger objects that have been defined on TapPoint.

See: Description

Package com.proxama.tappoint.trigger Description

Provides functionality to monitor Trigger objects that have been defined on TapPoint.

A Trigger represents a generic concept for an external event. The TriggersManager provides a ways to monitor for Triggers. To ensure that monitoring occurs the application must be authenticated, trigger data synchronised from TapPoint and started monitoring via calling TriggersManager.startMonitoring().

The application will be notified of events through a broadcasted Intent, this allows for monitoring whilst the application is in the foreground or background. The Triggers entry point defines the constant Triggers.ACTION_TRIGGERS_DETECTED, this can be used to easily register a dynamic broadcast receiver.