完成HMI弹窗功能

This commit is contained in:
董宏宇
2021-08-06 14:58:32 +08:00
parent c13b3cbcf4
commit d6f2721a1c
55 changed files with 392 additions and 203 deletions

View File

@@ -11,9 +11,16 @@ interface IMoGoWaringProvider : IMogoModuleProvider {
* 展示VR下V2X预警
*
* @param v2xType V2X类型
* @param alertMessage 提醒文本
* @param alertContent 提醒文本
* @param ttsContent tts语音播报消息
* @param tag tag绑定弹窗的标志
*/
fun showWarningV2X(v2xType: Int, alertMessage: String, tag: String)
fun showWarningV2X(
v2xType: Int,
alertContent: String?,
ttsContent: String?,
tag: String?
)
/**
* 关闭指定floatTag 的 VR下V2X预警弹窗