Metadata
fun Metadata(memoryCacheKey: MemoryCache.Key?, isSampled: Boolean, dataSource: DataSource, isPlaceholderMemoryCacheKeyPresent: Boolean)
Content copied to clipboard
Parameters
memory Cache Key
The cache key for the image in the memory cache. It is null if the image was not written to the memory cache.
is Sampled
True if the image is sampled (i.e. loaded into memory at less than its original size).
data Source
The data source that the image was loaded from.
is Placeholder Memory Cache Key Present
True if the request's ImageRequest.placeholderMemoryCacheKey was present in the memory cache and was set as the placeholder.