[6.2.0]Taxi乘客端消息盒子增加小智语音显示

This commit is contained in:
xuxinchao
2023-11-08 18:40:33 +08:00
parent 92dd4469c3
commit 03060239c7
7 changed files with 201 additions and 18 deletions

View File

@@ -61,5 +61,15 @@ object CallerMsgBoxEventListenerManager: CallerBase<IMsgBoxEventListener>() {
}
}
/**
* 通知播放缓存的未播放消息
*/
fun invokeHandleCachedMsg(){
M_LISTENERS.forEach {
val listener = it.value
listener.onHandleCachedMsg()
}
}
}