[V2X]优化V2X弹窗语音加载逻辑
This commit is contained in:
@@ -8,6 +8,7 @@ import com.mogo.eagle.core.data.enums.WarningDirectionEnum
|
||||
import com.mogo.eagle.core.data.notice.NoticeNormalData
|
||||
import com.mogo.eagle.core.data.notice.NoticeTrafficStylePushData
|
||||
import com.mogo.eagle.core.data.report.ReportEntity
|
||||
import com.mogo.eagle.core.function.api.hmi.IMoGoHmiViewProxy.IViewNotificationProvider
|
||||
import com.mogo.eagle.core.function.api.hmi.view.IViewLimitingVelocity
|
||||
import com.mogo.eagle.core.function.api.hmi.view.IViewNotification
|
||||
import com.mogo.eagle.core.function.api.hmi.view.IViewTrafficLight
|
||||
@@ -337,8 +338,8 @@ object CallerHmiManager : CallerBase() {
|
||||
* 设置 V2X弹窗预警 代理View
|
||||
* @param view
|
||||
*/
|
||||
fun setProxyNotificationView(view: IViewNotification) {
|
||||
waringProviderApi?.setProxyNotificationView(view)
|
||||
fun setNotificationViewProvider(provider: IViewNotificationProvider) {
|
||||
waringProviderApi?.setViewNotificationProvider(provider)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user