[3.3.0][Feat]新增状态监控汇总功能
This commit is contained in:
@@ -55,4 +55,11 @@ interface IMoGoDevaToolsListener {
|
||||
|
||||
}
|
||||
|
||||
fun gpsStatus(status:Boolean) {// true:开启并授权
|
||||
|
||||
}
|
||||
|
||||
fun tracingStatus(status:Boolean) {// true:未异常
|
||||
|
||||
}
|
||||
}
|
||||
@@ -148,4 +148,5 @@ interface IMoGoHmiProvider :IProvider{
|
||||
* 360环视弹窗是否正在展示
|
||||
*/
|
||||
fun is360LookAroundShowing(): Boolean
|
||||
fun showStatusSummaryDialog()
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package com.mogo.eagle.core.function.api.telematic
|
||||
|
||||
interface IConnectStatusListener {
|
||||
fun onServerStatusChanged(isStarted: Boolean) {}
|
||||
}
|
||||
Reference in New Issue
Block a user