toggle menu
pubnub-kotlin-core-api
10.2.0
common
switch theme
search in API
pubnub-kotlin-core-api
/
com.pubnub.api.retry
/
RetryConfiguration
/
Exponential
/
Exponential
Exponential
common
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
)