FlowMVI
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
FlowMVI
core
/
pro.respawn.flowmvi.decorators
/
RetryStrategy
/
Companion
/
FixedDelay
Fixed
Delay
fun
FixedDelay
(
retries
:
Int
,
delay
:
Duration
,
delayInitially
:
Boolean
=
true
)
:
RetryStrategy
Retry
retries
times with a fixed
delay
, applied since the first retry by default.