[Add function]增加了同步数据给域控制器的方法,TODO需要 @钟超 修改下

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2021-11-09 19:58:03 +08:00
parent 71e31852bb
commit cde1338251
7 changed files with 61 additions and 17 deletions

View File

@@ -35,10 +35,6 @@ class VipCarManager : IMogoOnMessageListener<VipMessage>, IMoGoTrafficLightListe
private var turnLightEnd = true
private var result: TrafficLightResult? = null
override fun init(context: Context?) {
Logger.d(TAG, "init provider")
}
fun initServer(context: Context) {
mContext = context
MogoApisHandler.getInstance().apis.registerCenterApi.registerCarLocationChangedListener(TAG, this)