toggle menu
AppUpdater
androidJvm
switch theme
search in API
app-updater
/
com.king.app.updater.http
/
DownloadState
/
Progress
Progress
data
class
Progress
(
val
progress
:
Long
,
val
total
:
Long
)
:
DownloadState
下载进度
Members
Constructors
Progress
Link copied to clipboard
constructor
(
progress
:
Long
,
total
:
Long
)
Properties
progress
Link copied to clipboard
val
progress
:
Long
total
Link copied to clipboard
val
total
:
Long