add obu delay

This commit is contained in:
lixiaopeng
2022-03-23 15:03:24 +08:00
parent d72cc620ca
commit fc85d3ffff
5 changed files with 160 additions and 112 deletions

View File

@@ -97,4 +97,13 @@ object CallerObuListenerManager : CallerBase() {
}
}
fun invokeDelayTime(delayTime: Long) {
mObuStatusListeners.forEach {
val tag = it.key
val listener = it.value
listener.onObuV2iDelayTime(delayTime)
}
}
}