toggle menu
AppUpdater
androidJvm
switch theme
search in API
app-updater
/
com.king.app.updater.http
/
DownloadState
Download
State
sealed
class
DownloadState
下载状态
Inheritors
Start
Progress
Success
Error
Cancel
Members
Types
Cancel
Link copied to clipboard
data
object
Cancel
:
DownloadState
下载取消
Error
Link copied to clipboard
data
class
Error
(
val
cause
:
Throwable
)
:
DownloadState
下载出错
Progress
Link copied to clipboard
data
class
Progress
(
val
progress
:
Long
,
val
total
:
Long
)
:
DownloadState
下载进度
Start
Link copied to clipboard
data
class
Start
(
val
url
:
String
)
:
DownloadState
开始下载
Success
Link copied to clipboard
data
class
Success
(
val
file
:
File
)
:
DownloadState
下载成功