See: Description
Interface | Description |
---|---|
SyncListener |
A callback interface that is notified about the result of synchronisation attempts.
|
SyncManager |
A Sync Manager is used to synchronise triggers with TapPoint.
|
Class | Description |
---|---|
Synchronisation |
Responsible for providing access to synchronisation related functionality.
|
SyncResult |
Provides the result of a successful synchronisation with TapPoint.
|
#getSyncManager(android.content.Context)
to retrieve a SyncManager
. The SyncManager.synchronise(SyncListener)
method can then be called to ensure that the SDK has
the latest trigger data.
You will be notified on successful synchronisation via (SyncResult)
. The SyncResult
object provided back will contain the most recently
added and/or removed triggers. In the event of synchronisation failing, the .SyncListener#onSyncFailure(com.proxama.tappoint.error.ApiError)
method will provide an .error.ApiError
for more information as to the reason for error.