Package-level declarations

Types

Link copied to clipboard
open class SyncingService(remoteStorage: RemoteStorage, localStorage: LocalStorage, attachmentsService: AttachmentService, getLocalUri: suspend (String) -> String, errorHandler: SyncErrorHandler?, logger: Logger, scope: CoroutineScope, syncThrottle: Duration = 5.seconds)

Service responsible for syncing attachments between local and remote storage.