download

open suspend override fun download(mxcUri: String, allowRemote: Boolean?, progress: MutableStateFlow<FileTransferProgress?>?, timeout: Duration, downloadHandler: suspend (Media) -> Unit): Result<Unit>

See also

DownloadMedia

open suspend override fun download(mxcUri: String, allowRemote: Boolean?, progress: MutableStateFlow<FileTransferProgress?>?, timeout: Duration): Result<Media>

Deprecated

use download with downloadHandler

See also

DownloadMedia