toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-base
/
com.mapbox.dash.sdk.base.retry
/
RetryOptions
/
RetryOptions
Retry
Options
constructor
(
retryCount
:
Long
=
INFINITE_RETRIES
,
initialDelayMs
:
Long
=
1000
,
useExponentialBackoff
:
Boolean
=
false
,
maxDelayMs
:
Long
=
TimeUnit.MINUTES.toMillis(1)
)