download
abstract suspend fun download(mxcUri: String, allowRemote: Boolean? = null, progress: MutableStateFlow<FileTransferProgress?>? = null, timeout: Duration = Duration.INFINITE, downloadHandler: suspend (Media) -> Unit): Result<Unit>
See also
Download Media
abstract suspend fun download(mxcUri: String, allowRemote: Boolean? = null, progress: MutableStateFlow<FileTransferProgress?>? = null, timeout: Duration = Duration.INFINITE): Result<Media>
Deprecated
use download with downloadHandler
See also
Download Media