pollingengine
Toggle table of contents
0.1.1
common
Platform filter
common
Switch theme
Search in API
pollingengine
pollingengine
/
in.androidplay.pollingengine.polling
/
PollingOutcome
/
Success
Success
data
class
Success
<
T
>
(
val
value
:
T
,
val
attempts
:
Int
,
val
elapsedMs
:
Long
)
:
PollingOutcome
<
T
>
Members
Constructors
Success
Link copied to clipboard
constructor
(
value
:
T
,
attempts
:
Int
,
elapsedMs
:
Long
)
Properties
attempts
Link copied to clipboard
val
attempts
:
Int
elapsed
Ms
Link copied to clipboard
val
elapsedMs
:
Long
value
Link copied to clipboard
val
value
:
T