UrlResolver

interface UrlResolver

Resolves media content based on the provided URL, allowing the library to render media content in its UI.

Functions

Link copied to clipboard
abstract suspend fun resolveBitmapUrl(url: String): Bitmap?