SourceFetchResult

class SourceFetchResult(val source: ImageSource, val mimeType: String?, val dataSource: DataSource) : FetchResult

An ImageSource result, which will be consumed by a relevant Decoder.

Parameters

source

The ImageSource to read from.

mimeType

An optional MIME type for the source.

dataSource

The source that source was fetched from.

Constructors

Link copied to clipboard
constructor(source: ImageSource, mimeType: String?, dataSource: DataSource)

Properties

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