Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace sync onDone callback with SyncProgressListener #56

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

Replace sync onDone callback with SyncProgressListener #56

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant