syncDownload

abstract suspend fun syncDownload(conflictResolver: ConflictResolver, download: suspend (SyncDownloadContext) -> Flow<List<Resource>>)

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