[6.5.0]当融合红绿灯展示时,其他来源的红绿灯视图隐藏

This commit is contained in:
xuxinchao
2024-07-19 18:12:15 +08:00
parent 4d0d422774
commit 2ef6bb6c80
4 changed files with 50 additions and 3 deletions

View File

@@ -106,6 +106,12 @@ interface IMoGoTrafficLightListener {
*/
fun disableTrafficLight() {}
/**
* 通知融合红绿灯展示状态
* @param isVisible true展示 false不展示
*/
fun notifyFusionTrafficLightStatus(isVisible: Boolean){}
/**
* 关闭红绿灯计数
*/