You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
Synchronization module fully synchronizes all user data with the server. As "user-data" we mean trips & favorites. However, you may use trips & favorites without session and synchronization.
To trigger synchronization, call synchronize() method. This method doesn't return any value. If there is an already-running synchronization loop, no new synchronization is triggered. Synchronization result may be obtained through events in Events module.
Optionally, you may check if there are any local unsynchronized changes by calling hasChangesToSynchronize().