toggle menu
AppUpdater
androidJvm
switch theme
search in API
app-updater
/
com.king.app.updater.http
/
IHttpManager
/
DownloadCallback
Download
Callback
interface
DownloadCallback
:
Serializable
Inheritors
AppDownloadCallback
Members
Functions
on
Cancel
Link copied to clipboard
abstract
fun
onCancel
(
)
取消
on
Error
Link copied to clipboard
abstract
fun
onError
(
e
:
Exception
)
错误
on
Finish
Link copied to clipboard
abstract
fun
onFinish
(
file
:
File
)
完成
on
Progress
Link copied to clipboard
abstract
fun
onProgress
(
progress
:
Long
,
total
:
Long
)
加载进度…
on
Start
Link copied to clipboard
abstract
fun
onStart
(
url
:
String
)
开始