Trigger
objects that have been defined on
TapPoint.See: Description
Interface | Description |
---|---|
TriggersManager |
A triggers manager is able to monitor for trigger events.
|
Class | Description |
---|---|
Trigger |
This object represents a trigger that is defined on TapPoint.
|
TriggerBuilder |
Builder used to construct
Trigger objects. |
TriggerRateStatistics |
An object that holds statistical information about the occurrence of trigger events.
|
Triggers |
Responsible for providing access to trigger related functionality.
|
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.