pollingengine
Toggle table of contents
0.1.3
common
Platform filter
common
Switch theme
Search in API
pollingengine
pollingengine
/
in.androidplay.pollingengine.polling
/
PollingOutcome
/
Exhausted
Exhausted
data
class
Exhausted
(
val
last
:
PollingResult
<
*
>
?
,
val
attempts
:
Int
,
val
elapsedMs
:
Long
)
:
PollingOutcome
<
Nothing
>
Members
Constructors
Exhausted
Link copied to clipboard
constructor
(
last
:
PollingResult
<
*
>
?
,
attempts
:
Int
,
elapsedMs
:
Long
)
Properties
attempts
Link copied to clipboard
val
attempts
:
Int
elapsed
Ms
Link copied to clipboard
val
elapsedMs
:
Long
last
Link copied to clipboard
val
last
:
PollingResult
<
*
>
?