[add] 1.测试Reciver kotlin类 2.添加hmi模块调起业务模块下的view展示层notice相关方法添加
This commit is contained in:
@@ -133,8 +133,9 @@ object CallerHmiManager : CallerBase() {
|
||||
*
|
||||
* @param pushData
|
||||
*/
|
||||
fun showTrafficBanner(pushData: NoticePushData) {
|
||||
fun showTrafficBanner(pushData: NoticePushData?) {
|
||||
noticeProviderApi.showNoticeForTrafficWithData(pushData)
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user