[2.15.0]add func of obu config start up

This commit is contained in:
zhongchao
2023-04-03 15:42:44 +08:00
parent 94bb6c976b
commit 6056c6bc66
6 changed files with 21 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ import com.mogo.eagle.core.function.call.base.CallerBase
*/
object CallerObuInfoListenerManager : CallerBase<IMoGoObuInfoListener>() {
fun invokeGetObuInfo(obuInfoStr: String) {
fun invokeGetObuInfo(obuInfoStr: String?) {
M_LISTENERS.forEach {
val listener = it.value
listener.onGetObuInfo(obuInfoStr)