升级kotlin版本

This commit is contained in:
董宏宇
2021-08-04 21:08:51 +08:00
parent f9548def7e
commit be361ca514
9 changed files with 101 additions and 90 deletions

View File

@@ -13,7 +13,13 @@ interface IMoGoWaringProvider : IMogoModuleProvider {
* @param v2xType V2X类型
* @param alertMessage 提醒文本
*/
fun showWarningV2X(v2xType: Int, alertMessage: String?)
fun showWarningV2X(v2xType: Int, alertMessage: String, tag: String)
/**
* 关闭指定floatTag 的 VR下V2X预警弹窗
* @param tag 弹窗标识
*/
fun disableWarningV2X(tag: String)
/**
* 展示红绿灯预警