ApplicationUpdater 物件會在更新程序開始前傳送
checkForUpdate
事件,也就是在更新程式嘗試下載更新描述器檔案之前。如果您取消
checkForUpdate
事件的預設行為,更新程式就不會下載更新描述檔案。您可以呼叫
checkForUpdate()
方法以繼續更新程序:
appUpdater.checkForUpdate();
呼叫
checkForUpdate()
方法會使更新程式以非同步方式下載並解譯更新描述器檔案。在呼叫
checkForUpdate()
方法後,Updater 物件可能會傳送下列事件:
|
|
|