toggle menu
coil-root
3.1.0-SNAPSHOT
common
switch theme
search in API
coil-core
/
coil3.fetch
/
Fetcher
/
Factory
Factory
fun
interface
Factory
<
T
:
Any
>
Members
Functions
create
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.