[6.8.2] change the voice

This commit is contained in:
zhongchao
2024-12-05 17:53:29 +08:00
parent 961e8953e8
commit 6313be710e
12 changed files with 26 additions and 22 deletions

View File

@@ -4,6 +4,7 @@ import android.content.Context
import android.view.View
import android.view.ViewGroup
import com.alibaba.android.arouter.launcher.ARouter
import com.mogo.commons.voice.AIAssist
import com.mogo.eagle.core.data.biz.dispatch.DispatchAdasAutoPilotLocReceiverBean
import com.mogo.eagle.core.data.biz.notice.NoticeNormalData
import com.mogo.eagle.core.data.biz.notice.NoticeTrafficStylePushData
@@ -50,7 +51,8 @@ object CallerHmiManager {
listenerIMoGo: IMoGoWarningStatusListener? = null,
direction: WarningDirectionEnum = ALERT_WARNING_NON,
expireTime: Long = 5000L,
isFromObu: Boolean,
newLevel: Int = AIAssist.LEVEL2,
isFromObu :Boolean = false
) {
hmiProviderApi?.warningV2X(
v2xType,
@@ -59,6 +61,7 @@ object CallerHmiManager {
listenerIMoGo,
direction,
expireTime,
newLevel,
isFromObu
)
}