[6.4.0][启动自驾指引] 添加是否可启自驾的状态监听

This commit is contained in:
renwj
2024-04-19 15:31:15 +08:00
parent addac36782
commit 00cb85ad69
5 changed files with 103 additions and 50 deletions

View File

@@ -299,4 +299,8 @@ interface IDevaToolsProvider : IProvider {
fun registerRouteDownloadListener(tag: String, block:(state: Int) -> Unit)
fun unRegisterRouteDownloadListener(tag: String)
fun registerStartAutopilotStateListener(tag: String, block: (isCanStartAutopilot: Boolean) -> Unit)
fun unRegisterStartAutopilotStateListener(tag: String)
}