ping
Toggle table of contents
0.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ping
davinci
/
com.pingidentity.davinci.collector
/
PollingStatus
/
Continue
Continue
data
class
Continue
(
val
retryCount
:
Int
,
val
maxRetries
:
Int
)
:
PollingStatus
Indicates that polling is in progress.
Parameters
retry
Count
The current retry count.
max
Retries
The maximum number of retries.
Members
Constructors
Continue
Link copied to clipboard
constructor
(
retryCount
:
Int
,
maxRetries
:
Int
)
Properties
max
Retries
Link copied to clipboard
val
maxRetries
:
Int
retry
Count
Link copied to clipboard
val
retryCount
:
Int