[2.13.0-arch-opt] merge
This commit is contained in:
@@ -297,13 +297,6 @@ object CallerHmiManager {
|
||||
waringProviderApi?.showNoticeNormalData(noticeNormal)
|
||||
}
|
||||
|
||||
/**
|
||||
* 展示VIP标识
|
||||
*/
|
||||
fun vipIdentification(visible: Boolean) {
|
||||
waringProviderApi?.vipIdentification(visible)
|
||||
}
|
||||
|
||||
/**
|
||||
* 开启道路视频直播
|
||||
*/
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
package com.mogo.eagle.core.function.call.trafficlight
|
||||
|
||||
import com.mogo.eagle.core.data.constants.MogoServicePaths
|
||||
import com.mogo.eagle.core.function.api.trafficlight.ITrafficLightProvider
|
||||
import com.mogo.eagle.core.function.call.base.CallerBase
|
||||
|
||||
object CallerTrafficLightManager : CallerBase<Any>() {
|
||||
|
||||
fun getTrafficLightProvider(): ITrafficLightProvider {
|
||||
return getApiInstance(
|
||||
ITrafficLightProvider::class.java,
|
||||
MogoServicePaths.PATH_TRAFFIC_LIGHT
|
||||
)
|
||||
}
|
||||
|
||||
fun getTrafficLightCurrentState() {
|
||||
getTrafficLightProvider().getTrafficLightCurrentState()
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user