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.
sessionUpdateHandler: callback is triggered when session is created (signed in), destroyed (signed out) and refreshed (new access token);
tripIdUpdateHandler: callback is triggered when trip is synchronized to server and its temporary ID is replaced by the server's one;
tripUpdateConflictHandler: callback is triggered when there is a conflict during trip synchronization with server and server is unable to create a merge; callback has to return a resolution; if there is no callback defined, server's version is preferred;
synchronizationCompletionHandler: callback is called when synchronization is finished, callback will receive a synchronization result;