downloadThumbnail

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

See also

DownloadThumbnail

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

Deprecated

use downloadThumbnail with downloadHandler

See also

DownloadThumbnail