fix the logger add add func of vip check and take over

This commit is contained in:
zhongchao
2022-09-19 19:01:13 +08:00
parent e3e7ba5050
commit 5303103646
23 changed files with 482 additions and 427 deletions

View File

@@ -1,6 +1,7 @@
package com.mogo.eagle.core.function.api.trafficlight
import android.content.Context
import com.mogo.eagle.core.data.trafficlight.TrafficLightControl
import com.mogo.eagle.core.data.trafficlight.TrafficLightDetail
import com.mogo.eagle.core.function.api.base.IMoGoFunctionServerProvider
@@ -21,7 +22,7 @@ interface ITrafficLightProvider : IMoGoFunctionServerProvider {
crossingNo: String,
heading: Double,
controlTime:Int,
onSuccess: (() -> Unit),
onSuccess: ((TrafficLightControl) -> Unit),
onError: ((String) -> Unit)
)
}