[Add API DOC]增加API文档说明

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2021-11-11 18:32:56 +08:00
parent 7823ac00ce
commit c29462e603
4 changed files with 43 additions and 1 deletions

View File

@@ -199,7 +199,7 @@ class MoGoHmiFragment : MvpFragment<MoGoWarningContract.View?, WaringPresenter?>
/**
* 展示红绿灯预警
*
* @param checkLightId 0-都是默认1-红2-黄3-绿
* @param checkLightId 0-都是默认不亮起1-红2-黄3-绿
*/
override fun showWarningTrafficLight(checkLightId: Int) {
viewTrafficLightVr.showWarningTrafficLight(checkLightId)