后台任务添加:根据后期需求修改指标监测轮询时间,缺少对自动驾驶状态变化的监听

This commit is contained in:
liujing
2021-08-17 14:47:24 +08:00
parent f27bf40572
commit 736d97d13b
5 changed files with 52 additions and 7 deletions

View File

@@ -18,5 +18,10 @@ public interface ICheckProvider extends IProvider {
*/
void showCheckDialog(Context context);
/**
* 指标监测
*/
void checkMonitor(Context context);
}