[6.0.0] roam change
This commit is contained in:
@@ -29,4 +29,12 @@ object CallerMapRomaListener : CallerBase<IMoGoRomaListener>() {
|
||||
listener.romaStatus(romaStatus)
|
||||
}
|
||||
}
|
||||
|
||||
fun invokeRomaDistance(distance: String) {
|
||||
M_LISTENERS.forEach {
|
||||
val listener = it.value
|
||||
listener.romaDistance(distance)
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user