[6.6.0][FSM] feat: 状态栏增加 FSM 状态,增加 FSM 异常时消息弹框;
This commit is contained in:
@@ -156,6 +156,17 @@ interface IMoGoHmiProvider :IProvider{
|
||||
* 360环视弹窗是否正在展示
|
||||
*/
|
||||
fun is360LookAroundShowing(): Boolean
|
||||
|
||||
/**
|
||||
* 展示 FSM 状态详情弹框
|
||||
*/
|
||||
fun showFSMStatusDetailWindow(title: String, titleColor:String, content: String)
|
||||
|
||||
/**
|
||||
* 关闭 FSM 状态详情弹框
|
||||
*/
|
||||
fun dismissFSMStatusDetailWindow()
|
||||
|
||||
fun showStatusSummaryDialog()
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user