增加限速监听
CallLimitingVelocityListenerManager.addListener(LimitingVelocityListener)

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-03-11 19:33:43 +08:00
parent 839df02f43
commit 90b2f095e4
8 changed files with 85 additions and 34 deletions

View File

@@ -0,0 +1,8 @@
package com.mogo.eagle.core.function.api.v2x
/**
* 限速信息回掉
*/
interface LimitingVelocityListener {
fun onLimitingVelocityChange(limitingVelocity: Int)
}