add obu delay
This commit is contained in:
@@ -97,4 +97,13 @@ object CallerObuListenerManager : CallerBase() {
|
||||
}
|
||||
}
|
||||
|
||||
fun invokeDelayTime(delayTime: Long) {
|
||||
mObuStatusListeners.forEach {
|
||||
val tag = it.key
|
||||
val listener = it.value
|
||||
listener.onObuV2iDelayTime(delayTime)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user