升级kotlin版本
This commit is contained in:
@@ -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)
|
||||
|
||||
/**
|
||||
* 展示红绿灯预警
|
||||
|
||||
Reference in New Issue
Block a user