Content Url Resolver
This interface defines methods for accessing content from the current session.
Types
Functions
Link copied to clipboard
abstract fun resolveForDownload(contentUrl: String?, elementToDecrypt: ElementToDecrypt? = null): ContentUrlResolver.ResolvedMethod?
Content copied to clipboard
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?
Content copied to clipboard
Get the actual URL for accessing the thumbnail image of a given Matrix media content URI.