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

DownloadMedia

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

DownloadMedia