[6.5.0]当融合红绿灯展示时,其他来源的红绿灯视图隐藏
This commit is contained in:
@@ -141,6 +141,17 @@ object CallerTrafficLightListenerManager : CallerBase<IMoGoTrafficLightListener>
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 通知融合红绿灯展示状态
|
||||
* @param isVisible true展示 false不展示
|
||||
*/
|
||||
fun notifyFusionTrafficLightStatus(isVisible: Boolean){
|
||||
M_LISTENERS.forEach{
|
||||
val listener = it.value
|
||||
listener.notifyFusionTrafficLightStatus(isVisible)
|
||||
}
|
||||
}
|
||||
|
||||
fun disableTrafficLightCountDown() {
|
||||
M_LISTENERS.forEach {
|
||||
val listener = it.value
|
||||
|
||||
Reference in New Issue
Block a user