Downloader

interface Downloader

Downloads data (like photos) from a specified URL.

Functions

Link copied to clipboard
abstract suspend fun download(url: String, accepts: String): ByteArray?

Downloads data from the specified URL.