[V2X]移除无用场景

This commit is contained in:
renwj
2022-02-10 19:44:53 +08:00
parent 898472b8a9
commit 8e5e2afd38
71 changed files with 275 additions and 6828 deletions

View File

@@ -74,7 +74,7 @@ object CallerHmiManager : CallerBase() {
* @param ttsContent tts语音播报消息
* @param tag tag绑定弹窗的标志
*/
fun showWarningV2X(v2xType: Int, alertContent: String?, ttsContent: String?, tag: String?, listenerIMoGo: IMoGoWarningStatusListener?, playTts: Boolean, expireTime: Long = 5000L) {
fun showWarningV2X(v2xType: Int, alertContent: CharSequence?, ttsContent: String?, tag: String?, listenerIMoGo: IMoGoWarningStatusListener?, playTts: Boolean, expireTime: Long = 5000L) {
waringProviderApi.showWarningV2X(v2xType, alertContent, ttsContent, tag, listenerIMoGo, playTts, expireTime)
}
@@ -174,6 +174,13 @@ object CallerHmiManager : CallerBase() {
waringProviderApi.showWarning(direction, closeTime)
}
/**
* 主动消失边框预警
*/
fun dismissWarning(direction: WarningDirectionEnum) {
waringProviderApi.dismissWarning(direction)
}
/**
* 呈现交通云公告弹窗(hmi)
*