在更新过程开始之前 ApplicationUpdater 对象调度
checkForUpdate
事件,紧接着 updater 就会尝试下载更新描述符文件。如果取消
checkForUpdate
事件的默认行为,则 updater 将不下载更新描述符文件。可以调用
checkForUpdate()
方法恢复更新过程:
appUpdater.checkForUpdate();
调用
checkForUpdate()
方法会导致 updater 异步下载和解释更新描述符文件。作为调用
checkForUpdate()
方法的结果,updater 对象可以调度以下事件:
|
|
|