Factory

class Factory(imageFactory: () -> Image = { EMPTY_IMAGE }) : Decoder.Factory

Constructors

Link copied to clipboard
constructor(imageFactory: () -> Image = { EMPTY_IMAGE })

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun create(result: SourceFetchResult, options: Options, imageLoader: ImageLoader): BlackholeDecoder

Return a Decoder that can decode result or 'null' if this factory cannot create a decoder for the source.