[6.7.0] ui and interface
This commit is contained in:
@@ -22,4 +22,6 @@ interface IDataCenterBizListener {
|
||||
return false
|
||||
}
|
||||
|
||||
fun invokeAutopilotOrderId(orderID:String){}
|
||||
|
||||
}
|
||||
@@ -108,6 +108,6 @@ interface IEagleBaseFunctionCall4Och {
|
||||
/**
|
||||
* Och设置 启动自动驾驶附带的orderId
|
||||
*/
|
||||
fun setOchAutopilotOrderId(orderId:String?){}
|
||||
fun setOchAutopilotOrderId(orderId:String){}
|
||||
|
||||
}
|
||||
@@ -34,4 +34,6 @@ interface IOchFunctionCallNotify {
|
||||
|
||||
// 登录状态变化
|
||||
fun notifyLoginStatus(isLogin: Boolean)
|
||||
|
||||
fun notifyOrderID(orderID:String)
|
||||
}
|
||||
Reference in New Issue
Block a user