Factory

fun interface Factory<T : Any>

Functions

Link copied to clipboard
abstract fun create(data: T, options: Options, imageLoader: ImageLoader): Fetcher?

Return a Fetcher that can fetch data or 'null' if this factory cannot create a fetcher for the data.