caller调用notice ui

This commit is contained in:
liujing
2021-10-29 17:40:03 +08:00
parent e966c92f19
commit eec497158d
6 changed files with 35 additions and 39 deletions

View File

@@ -11,6 +11,8 @@ import com.mogo.eagle.core.function.hmi.WaringConst
import com.mogo.eagle.core.function.api.hmi.warning.IMoGoWarningStatusListener
import com.mogo.eagle.core.data.enums.WarningDirectionEnum
import com.mogo.eagle.core.data.constants.MogoServicePaths
import com.mogo.eagle.core.data.notice.NoticeNormalData
import com.mogo.eagle.core.data.notice.NoticeTrafficStylePushData
import com.mogo.utils.logger.Logger
/**
@@ -89,6 +91,14 @@ class MoGoWarningProvider : IMoGoWaringProvider {
mMoGoHmiFragment?.showWarning(direction, closeTime)
}
override fun showNoticeForTrafficWithData(pushData: NoticeTrafficStylePushData?) {
TODO("Not yet implemented")
}
override fun showNoticeNormalData(normalData: NoticeNormalData?) {
TODO("Not yet implemented")
}
override fun onDestroy() {
Log.d(TAG, "onDestroy")
}