[MapDataUpdate]升级sdk版本

This commit is contained in:
renwj
2022-02-22 19:17:49 +08:00
parent 9f730b2e6e
commit d1245f13c8
6 changed files with 43 additions and 10 deletions

View File

@@ -26,4 +26,8 @@ object CallerMapDataCollectorManager {
fun finish(id: Int, state: Int, gpsPath: String, videoPath: String, reason: String) {
provider?.finish(id, state, gpsPath, videoPath, reason)
}
fun setIsInit() {
provider?.setIsInit()
}
}