[6.8.2] change the voice
This commit is contained in:
@@ -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
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user