Companion

object Companion

Properties

Link copied to clipboard
Link copied to clipboard
private const val CACHE_PARAMETER_KEY: String

The query parameter key that can be used to specify whether an image should be cached.

Link copied to clipboard
private const val DISK_CACHE_SIZE: Int
Link copied to clipboard
private val TAG: String

Functions

Link copied to clipboard
fun deleteStoredData(context: Context)

Deletes the stored data generated from an instance of this class from the device's internal storage.

Link copied to clipboard
fun getDiskCacheDir(context: Context, uniqueName: String): File

Creates a unique subdirectory of the designated app cache directory.