Content Url Resolver
interface ContentUrlResolver
This interface defines methods for accessing content from the current session.
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun resolveForDownload(contentUrl: String?, elementToDecrypt: ElementToDecrypt? = null): ContentUrlResolver.ResolvedMethod?
Get the ResolvedMethod to download a URL.
Link copied to clipboard
Get the actual URL for accessing the full-size image of a Matrix media content URI.
Link copied to clipboard
abstract fun resolveThumbnail(contentUrl: String?, width: Int, height: Int, method: ContentUrlResolver.ThumbnailMethod): String?
Get the actual URL for accessing the thumbnail image of a given Matrix media content URI.