sync Download
abstract suspend fun syncDownload(conflictResolver: ConflictResolver, download: suspend (SyncDownloadContext) -> Flow<List<Resource>>)
Content copied to clipboard
Synchronizes the download result in the database. The database will be updated to reflect the result of the download operation.
Sources
androidJvm source
Link copied to clipboard