toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-core
/
com.urbanairship.remoteconfig
/
RetryingQueueConfig
Retrying
Queue
Config
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
RetryingQueueConfig
(
val
maxConcurrentOperations
:
Int
?
,
val
maxPendingResults
:
Int
?
,
val
initialBackoff
:
Long
?
,
val
maxBackOff
:
Long
?
)
:
JsonSerializable
Members
Constructors
Retrying
Queue
Config
Link copied to clipboard
constructor
(
maxConcurrentOperations
:
Int
?
,
maxPendingResults
:
Int
?
,
initialBackoff
:
Long
?
,
maxBackOff
:
Long
?
)
Properties
initial
Backoff
Link copied to clipboard
val
initialBackoff
:
Long
?
max
Back
Off
Link copied to clipboard
val
maxBackOff
:
Long
?
max
Concurrent
Operations
Link copied to clipboard
val
maxConcurrentOperations
:
Int
?
max
Pending
Results
Link copied to clipboard
val
maxPendingResults
:
Int
?
Functions
to
Json
Value
Link copied to clipboard
open
override
fun
toJsonValue
(
)
:
JsonValue
Returns the objects represented as a JsonValue.