[6.10.0][Feat]状态栏新增高精地图数据缓存进度

This commit is contained in:
chenfufeng
2025-02-07 16:49:49 +08:00
parent 3e17e9b761
commit be23995d10
11 changed files with 190 additions and 1 deletions

View File

@@ -5,5 +5,10 @@ interface IMoGoMapDevaProvider {
/**
* 压缩并上传地图日志
*/
fun uploadFile(filePath: String)
fun uploadFile(filePath: String){}
/**
* type: -1代表下载失败,0代表下载成功,其它代表下载中
*/
fun downloadStatus(type: Int, progress: Int){}
}