create

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.

Parameters

data

The data to fetch.

options

A set of configuration options for this request.

imageLoader

The ImageLoader that's executing this request.