downloadThumbnailLegacy

open suspend override fun <T> downloadThumbnailLegacy(mxcUri: String, width: Long, height: Long, method: ThumbnailResizingMethod, allowRemote: Boolean?, progress: MutableStateFlow<FileTransferProgress?>?, timeout: Duration, downloadHandler: suspend (Media) -> T): Result<T>

Deprecated

use downloadThumbnail instead

See also