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.
Working with synchronzation module requires a session. Synchrnonization module fully synchronize all user data with server. As "user-data" we count trips & favorites. Though, 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 already running synchronization loop, no new synchronization is triggered. Synchronizaiton result may be obtained through events in Events module.
Optionaly, you may check if there are any local unsynchronized changes by calling hasChangesToSynchronize().