ResourceRetriever

interface ResourceRetriever

Functions

configureCache
Link copied to clipboard
abstract fun configureCache(cacheDirectory: String, physicalCacheSize: Long = DEFAULT_PHYSICAL_CACHE_SIZE_BYTES)
retrieveResource
Link copied to clipboard
abstract suspend fun retrieveResource(request: Metador.Request): String

Inheritors

OkHttp3ResourceRetriever
Link copied to clipboard