[add] 1.测试Reciver kotlin类 2.添加hmi模块调起业务模块下的view展示层notice相关方法添加

This commit is contained in:
liujing
2021-10-29 12:12:10 +08:00
parent 08291c3882
commit e6c41d85cc
7 changed files with 51 additions and 55 deletions

View File

@@ -133,8 +133,9 @@ object CallerHmiManager : CallerBase() {
*
* @param pushData
*/
fun showTrafficBanner(pushData: NoticePushData) {
fun showTrafficBanner(pushData: NoticePushData?) {
noticeProviderApi.showNoticeForTrafficWithData(pushData)
}
}