coil-base
/
coil.fetch
/
Fetcher
/
Factory
Factory
fun fun interface
Factory
<
T
:
Any
>
Content copied to clipboard
Functions
Functions
create
Link copied to clipboard
abstract fun
create
(data:
T
, options:
Options
, imageLoader:
ImageLoader
):
Fetcher
?
Content copied to clipboard
Return a
Fetcher
that can fetch
data
or 'null' if this factory cannot create a fetcher for the data.