public static interface SilentUpdater.UpdateCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onError(int errorCode,
int reason)
下载/安装失败(errorCode < 0)
|
void |
onProgressChanged(int progress)
下载进度更新
|
void |
onStageChanged(int currStage)
Deprecated.
|
void |
onStatusChanged(int newStatus)
下载任务状态变化: PENDING, DOWNLOADING, INSTALLING, CONNECTING, PAUSED
|
void onStatusChanged(int newStatus)
newStatus - void onProgressChanged(int progress)
progress - void onStageChanged(int currStage)
currStage - void onError(int errorCode,
int reason)
errorCode -