fix vip cancel bug and add new interface of trafficCrossRoad event

This commit is contained in:
zhongchao
2021-11-25 21:27:17 +08:00
parent 80efeb0bf2
commit 96cfc293fe
7 changed files with 87 additions and 20 deletions

View File

@@ -9,4 +9,11 @@ interface IMoGoTrafficLightListener {
*/
fun onTrafficLightStatus(trafficLightResult: TrafficLightResult)
/**
* 车辆进入路口回调
*/
fun onEnterCrossRoad(){
}
}