SyncProgress
Data class that represents the progress of a sync operation.
This is emitted by Syncable.sync implementations to report progress to SyncWorker, which displays it in a foreground service notification.
Parameters
total
The total number of items to sync.
current
The current number of items synced.
message
The message to display during the sync operation.
See also
Interface implemented by syncable repositories