[680][core] 优雅停服后的异常提示优化 收到命令回执后将不在进行消息盒子弹出提示

This commit is contained in:
xinfengkun
2024-11-21 10:22:12 +08:00
parent 0bcfd98242
commit 72c5d68c91
6 changed files with 63 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
package com.mogo.eagle.core.function.api.autopilot
interface IMoGoIpcConnectStateToastListener {
fun onIpcConnectStateToast(isToast: Boolean)
}