Package com.proxama.tappoint.sync

Provides functionality to synchronise trigger data from TapPoint.

See: Description

Package com.proxama.tappoint.sync Description

Provides functionality to synchronise trigger data from TapPoint.

In order to synchronise with TapPoint, you should first ensure that you have authenticated with TapPoint. Once this has been completed successfully, you can then use the #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.