Page MenuHomePhorge

Allow apps to control sync loop
ClosedPublic

Authored by tusooa on Wed, Jun 24, 9:20 PM.

Details

Summary

Originally, apps are expected to call startSyncing() and use the logic inside libkazv. This is not very flexible and may cause problems, e.g. when the user wants to retry sync earlier in case of a sync failure. This separates the retry logic out and allow apps to define their own retry logic.

Type: add

Test Plan

Verify you can pass the startSyncingOnSuccess parameter to control the sync loop. To be tested together with kazv.

Diff Detail

Repository
rL libkazv
Lint
Lint Not Applicable
Unit
Tests Not Applicable