ImageFetchResult

class ImageFetchResult(val image: Image, val isSampled: Boolean, val dataSource: DataSource) : FetchResult

An Image result. Return this from a Fetcher if its data cannot be converted into an ImageSource.

Parameters

image

The fetched Image.

isSampled

'true' if image is sampled (i.e. loaded into memory at less than its original size).

dataSource

The source that image was fetched from.

Constructors

Link copied to clipboard
constructor(image: Image, isSampled: Boolean, dataSource: DataSource)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard