This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Replace sync onDone callback with SyncProgressListener #69
Labels
enhancement
New feature or request
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
The sample code can be found here: sync_progress_listener_sample_usage
The text was updated successfully, but these errors were encountered: