toggle menu
AppUpdater
androidJvm
switch theme
app-dialog
com.
king.
app.
dialog
App
Dialog
INSTANCE
App
Dialog
Config
View
Holder
Base
Dialog
Config
com.
king.
app.
dialog.
fragment
App
Dialog
Fragment
Base
Dialog
Fragment
app-updater
com.
king.
app.
updater
App
Updater
Builder
Update
Config
com.
king.
app.
updater.
callback
App
Update
Callback
Update
Callback
com.
king.
app.
updater.
constant
Constants
com.
king.
app.
updater.
http
Http
Manager
IHttp
Manager
Download
Callback
Ok
Http
Manager
com.
king.
app.
updater.
notify
INotification
Notification
Impl
com.
king.
app.
updater.
provider
App
Updater
File
Provider
com.
king.
app.
updater.
service
Download
Service
App
Download
Callback
Download
Binder
com.
king.
app.
updater.
util
App
Utils
Log
Utils
Notification
Utils
Permission
Utils
SSLSocket
Factory
Utils
Trust
All
X509Trust
Manager
app-updater
/
com.king.app.updater.callback
/
AppUpdateCallback
App
Update
Callback
abstract
class
AppUpdateCallback
:
UpdateCallback
Author
Jenly
Jenly
Members
Constructors
App
Update
Callback
Link copied to clipboard
constructor
(
)
Functions
on
Cancel
Link copied to clipboard
open
fun
onCancel
(
)
取消
on
Downloading
Link copied to clipboard
open
fun
onDownloading
(
isDownloading
:
Boolean
)
最开始调用(在onStart之前调用)
on
Error
Link copied to clipboard
open
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
,
isChanged
:
Boolean
)
更新进度
on
Start
Link copied to clipboard
open
fun
onStart
(
url
:
String
)
开始