downloadThumbnailLegacy

abstract suspend fun downloadThumbnailLegacy(mxcUri: String, width: Long, height: Long, method: ThumbnailResizingMethod, allowRemote: Boolean? = null, progress: MutableStateFlow<FileTransferProgress?>? = null, timeout: Duration = Duration.INFINITE, downloadHandler: suspend (Media) -> Unit): Result<Unit>

Deprecated

use downloadThumbnail instead

See also

DownloadThumbnailLegacy