[3.3.0][魔方] 移除之前在调试面板上的魔方调试入口,迁移到运营面板上;添加[魔方指令测试]开关,打开后用户点击魔方按键只显示Toast不给工控机下发指令

This commit is contained in:
renwj
2023-06-24 14:25:48 +08:00
parent 65b36f0bb5
commit 58e74dcbff
7 changed files with 92 additions and 58 deletions

View File

@@ -13,6 +13,10 @@ interface IMoGoMoFangProvider {
fun isConnected(): Boolean
fun enableTest(enable: Boolean)
fun isEnableTest(): Boolean
fun provideWindowCallback(delegate: Window.Callback?): Window.Callback
fun registerMoFangStatusListener(tag: String, listener: OnMoFangStatusListener)