IPC Report
异常上报弹窗改版,根据Result区分出Error和Warning
This commit is contained in:
@@ -352,10 +352,12 @@ object CallerHmiManager : CallerBase() {
|
||||
|
||||
/**
|
||||
* 展示工控机监控上报数据
|
||||
* @param reportList 上报数据列表
|
||||
* @param errorReportList 错误级别上报数据列表
|
||||
* @param warningReportList 提醒级别上报数据列表
|
||||
* @param reportLevel 1:error级别 2:warning级别
|
||||
*/
|
||||
fun showIPCReportWindow(reportList: ArrayList<ReportEntity>){
|
||||
waringProviderApi?.showIPCReportWindow(reportList)
|
||||
fun showIPCReportWindow(errorReportList: ArrayList<ReportEntity>,warningReportList: ArrayList<ReportEntity>,reportLevel: Int){
|
||||
waringProviderApi?.showIPCReportWindow(errorReportList,warningReportList,reportLevel)
|
||||
}
|
||||
|
||||
@JvmOverloads
|
||||
|
||||
Reference in New Issue
Block a user