toggle menu
compose-imageLoader
1.7.0
common
switch theme
search in API
image-loader
/
com.seiko.imageloader.component
/
ComponentRegistry
Component
Registry
class
ComponentRegistry
Members
Properties
decoder
Factories
Link copied to clipboard
val
decoderFactories
:
List
<
Decoder.Factory
>
fetcher
Factories
Link copied to clipboard
val
fetcherFactories
:
List
<
Fetcher.Factory
>
keyers
Link copied to clipboard
val
keyers
:
List
<
Keyer
>
mappers
Link copied to clipboard
val
mappers
:
List
<
Mapper
<
out
Any
>
>
Functions
decode
Link copied to clipboard
fun
decode
(
source
:
DecodeSource
,
options
:
Options
,
startIndex
:
Int
=
0
)
:
Pair
<
Decoder
,
Int
>
fetch
Link copied to clipboard
fun
fetch
(
data
:
Any
,
options
:
Options
,
startIndex
:
Int
=
0
)
:
Pair
<
Fetcher
,
Int
>
key
Link copied to clipboard
fun
key
(
data
:
Any
,
options
:
Options
,
type
:
Keyer.Type
)
:
String
?
map
Link copied to clipboard
fun
map
(
data
:
Any
,
options
:
Options
)
:
Any