toggle menu
coil-root
3.1.0-SNAPSHOT
androidJvm
switch theme
search in API
coil-gif
/
coil3.gif
/
GifDecoder
/
Factory
Factory
class
Factory
(
val
enforceMinimumFrameDelay
:
Boolean
=
true
)
:
Decoder.Factory
Members
Constructors
Factory
Link copied to clipboard
constructor
(
enforceMinimumFrameDelay
:
Boolean
=
true
)
Properties
enforce
Minimum
Frame
Delay
Link copied to clipboard
val
enforceMinimumFrameDelay
:
Boolean
=
true
Functions
create
Link copied to clipboard
open
override
fun
create
(
result
:
SourceFetchResult
,
options
:
Options
,
imageLoader
:
ImageLoader
)
:
Decoder
?