MediaApiClientImpl

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
open suspend override fun download(mxcUri: String, allowRemote: Boolean?, progress: MutableStateFlow<FileTransferProgress?>?, timeout: Long): Result<Media>
Link copied to clipboard
open suspend override fun downloadThumbnail(mxcUri: String, width: Long, height: Long, method: ThumbnailResizingMethod, allowRemote: Boolean?, progress: MutableStateFlow<FileTransferProgress?>?): Result<Media>
Link copied to clipboard
open suspend override fun getConfig(): Result<GetMediaConfig.Response>
Link copied to clipboard
open suspend override fun getUrlPreview(url: String, timestamp: Long?): Result<GetUrlPreview.Response>
Link copied to clipboard
open suspend override fun upload(media: Media, progress: MutableStateFlow<FileTransferProgress?>?, timeout: Long): Result<UploadMedia.Response>