Package com.baidu.navisdk.adapter
Interface IBNCruiserManager
-
public interface IBNCruiserManager电子狗Manager
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIBNCruiserManager.ICruiserListener
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisCruiserStarted()电子狗是否在运行voidstartCruiser(Context context, IBNCruiserManager.ICruiserListener listener)开启电子狗voidstopCruise()退出电子狗
-
-
-
Method Detail
-
startCruiser
void startCruiser(Context context, IBNCruiserManager.ICruiserListener listener)开启电子狗
-
stopCruise
void stopCruise()
退出电子狗
-
isCruiserStarted
boolean isCruiserStarted()
电子狗是否在运行
-
-