app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.minapps.trackeditor.feature_map_editor.domain.model
/
ProgressData
Progress
Data
data
class
ProgressData
(
val
progress
:
Int
=
0
,
val
isDisplayed
:
Boolean
=
false
,
val
isDeterminate
:
Boolean
=
false
,
val
message
:
String
?
=
null
)
Progress bundle
Members
Constructors
Progress
Data
Link copied to clipboard
constructor
(
progress
:
Int
=
0
,
isDisplayed
:
Boolean
=
false
,
isDeterminate
:
Boolean
=
false
,
message
:
String
?
=
null
)
Properties
is
Determinate
Link copied to clipboard
val
isDeterminate
:
Boolean
=
false
is
Displayed
Link copied to clipboard
val
isDisplayed
:
Boolean
=
false
message
Link copied to clipboard
val
message
:
String
?
=
null
progress
Link copied to clipboard
val
progress
:
Int
=
0