kmpworker
Toggle table of contents
0.1.0-beta04
common
Platform filter
common
Switch theme
Search in API
kmpworker
core
/
io.neuralheads.kmpworker.core
/
RetryPolicy
/
Linear
Linear
@
Serializable
data
class
Linear
(
val
delayMillis
:
Long
)
:
RetryPolicy
Retry with a fixed delay between each attempt.
Parameters
delay
Millis
Fixed delay in milliseconds between retries.
Members
Constructors
Linear
Link copied to clipboard
constructor
(
delayMillis
:
Long
)
Properties
delay
Millis
Link copied to clipboard
val
delayMillis
:
Long