Ackpine
Toggle table of contents
0.9.4
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Ackpine
ackpine-core
/
ru.solrudev.ackpine.session
/
Progress
Progress
data
class
Progress
@
JvmOverloads
constructor
(
val
progress
:
Int
=
0
,
val
max
:
Int
=
100
)
Represents progress data.
Members
Constructors
Progress
Link copied to clipboard
@
JvmOverloads
constructor
(
progress
:
Int
=
0
,
max
:
Int
=
100
)
Properties
max
Link copied to clipboard
val
max
:
Int
progress
Link copied to clipboard
val
progress
:
Int