Factory

fun interface Factory

Inheritors

Functions

Link copied to clipboard
abstract fun create(result: SourceFetchResult, options: Options, imageLoader: ImageLoader): Decoder?

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