ImageRetrieveInfo

data class ImageRetrieveInfo(val imageUrl: String, val imageType: ImageCache.ImageType, val cacheUsagePolicy: ImageCache.CacheUsagePolicy)

Information required to retrieve an image from ImageCache.

Constructors

Link copied to clipboard
constructor(imageUrl: String, imageType: ImageCache.ImageType, cacheUsagePolicy: ImageCache.CacheUsagePolicy)

Properties

Link copied to clipboard

The ImageCache.CacheUsagePolicy instance that describes where to retrieve the image from.

Link copied to clipboard

The ImageCache.ImageType of the image to be retrieved.

Link copied to clipboard

The URL of the image to be retrieved.