[道路事件][通过公交站] feat: 调用弹框展示 次数++ ;

This commit is contained in:
aibingbing
2024-10-09 14:57:56 +08:00
committed by EmArrow
parent 4505246a94
commit efc8d7bccf

View File

@@ -15,6 +15,7 @@ import com.mogo.eagle.core.function.api.hmi.xiaozhi.event.V2N
import com.mogo.eagle.core.function.api.hmi.xiaozhi.state.State.START
import com.mogo.eagle.core.function.api.hmi.xiaozhi.state.State.STOP
import com.mogo.eagle.core.function.call.autopilot.CallerChassisLocationWGS84ListenerManager
import com.mogo.eagle.core.function.call.autopilot.CallerServicesEventManager
import com.mogo.eagle.core.function.call.autopilot.CallerV2nNioEventListenerManager
import com.mogo.eagle.core.function.call.hmi.CallerHmiManager
import com.mogo.eagle.core.function.call.hmi.CallerRoadV2NEventWindowListenerManager
@@ -190,6 +191,8 @@ object PassBusStationEventManager : IMoGoChassisLocationWGS84Listener {
).toString()
).toString()
)
// 事件弹框 次数+1
CallerServicesEventManager.updateServicesNum(CallerServicesEventManager.ServiceType.BUS_STOP)
trackEvent("showBusStationNotification --> ${it.toString()}")
Logger.d(
TAG,