Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Replace sync onDone callback with SyncProgressListener #69

Open
sitaram-kalluri opened this issue Feb 2, 2023 · 0 comments
Open

Replace sync onDone callback with SyncProgressListener #69

sitaram-kalluri opened this issue Feb 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sitaram-kalluri
Copy link
Member

sitaram-kalluri commented Feb 2, 2023

Is your feature request related to a problem? Please describe.

The sync method which accepts onDone function as a callback to notify the sync completion is deprecated. From now, the sync progress will be notified via the SyncProgressListener.

Following are the files which has onDone usage:

Describe the solution you'd like

  • Refactor the code to remove the usage of onDone callback in the above-mentioned files and use SyncProgressListener to be notified on the sync progress.

The sample code can be found here: sync_progress_listener_sample_usage

@sitaram-kalluri sitaram-kalluri added the enhancement New feature or request label Feb 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant