enqueueToDownload

abstract suspend fun enqueueToDownload(documentId: Long, size: DocumentSize, priority: DownloadPriority, cacheMode: CacheMode?, targetDirUri: Uri? = null)

Adds document with documentId and size to the download queue.

Throws