[2.15.0]add func of obu config start up
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user