pubnub-kotlin-docs
Toggle table of contents
13.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-kotlin-core-api
/
com.pubnub.api.retry
/
RetryConfiguration
/
Exponential
/
Exponential
Exponential
constructor
(
minDelayInSec
:
Int
=
MIN_DELAY
,
maxDelayInSec
:
Int
=
MAX_DELAY
,
maxRetryNumber
:
Int
=
MAX_RETRIES
,
excludedOperations
:
List
<
RetryableEndpointGroup
>
=
emptyList()
)
constructor
(
)
constructor
(
minDelayInSec
:
Int
,
maxDelayInSec
:
Int
)
constructor
(
minDelayInSec
:
Int
,
maxDelayInSec
:
Int
,
maxRetryNumber
:
Int
)