[2.15.0][增量升级] 优化下载过程中的逻辑

This commit is contained in:
renwj
2023-04-14 11:02:54 +08:00
parent 5e7fa79828
commit 660413439d
5 changed files with 75 additions and 108 deletions

View File

@@ -16,6 +16,8 @@ interface IMoGoUpgradeProvider: IProvider {
suspend fun recordDownloadStart(downloadUrl: String)
suspend fun recordDownloadPause(downloadUrl: String)
suspend fun recordDownloadFailed(downloadUrl: String, error: String)
suspend fun recordDownloadSuccess(downloadUrl: String)