downloadLegacy

abstract suspend fun <T> downloadLegacy(mxcUri: String, allowRemote: Boolean? = null, progress: MutableStateFlow<FileTransferProgress?>? = null, timeout: Duration = Duration.INFINITE, downloadHandler: suspend (Media) -> T): Result<T>

Deprecated

use download instead

See also