toggle menu
trixnity-client
4.2.1
common
switch theme
search in API
trixnity-client
/
net.folivo.trixnity.client.media
/
MediaService
/
getThumbnail
get
Thumbnail
abstract
suspend
fun
getThumbnail
(
mxcUri
:
String
,
width
:
Long
,
height
:
Long
,
method
:
ThumbnailResizingMethod
=
CROP
,
progress
:
MutableStateFlow
<
FileTransferProgress
?
>
?
=
null
,
saveToCache
:
Boolean
=
true
)
:
Result
<
ByteArrayFlow
>