add bindingcar and opt
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.mogo.eagle.core.function.call.bindingcar;
|
||||
|
||||
import com.mogo.eagle.core.function.api.bindingcar.IMoGoBindingcarProvider;
|
||||
import com.mogo.eagle.core.function.call.base.CallerBase;
|
||||
|
||||
import static com.mogo.eagle.core.data.constants.MogoServicePaths.PATH_BINDING_CAR;
|
||||
|
||||
/**
|
||||
* @author lixiaopeng
|
||||
*/
|
||||
public class CallerBindingcarManager extends CallerBase {
|
||||
|
||||
public static IMoGoBindingcarProvider getBindingcarProvider() {
|
||||
return getApiInstance(IMoGoBindingcarProvider.class, PATH_BINDING_CAR);
|
||||
}
|
||||
}
|
||||
@@ -246,6 +246,14 @@ object CallerHmiManager : CallerBase() {
|
||||
waringProviderApi?.showBrakeLight(brakeLight)
|
||||
}
|
||||
|
||||
fun showBindingcarDialog() {
|
||||
waringProviderApi?.showToBindingcarDialog()
|
||||
}
|
||||
|
||||
fun showModifyBindingcarDialog() {
|
||||
waringProviderApi?.showModifyBindingcarDialog()
|
||||
}
|
||||
|
||||
fun showNoSignalView() {
|
||||
waringProviderApi?.showNoSignView()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user