[V2X]优化V2X弹窗语音加载逻辑

This commit is contained in:
renwj
2022-07-01 19:57:29 +08:00
parent 82af6dda9c
commit 914cafaef6
12 changed files with 172 additions and 118 deletions

View File

@@ -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)
}
/**