[650]feat: 路侧事件弹框,增加caller 调用方式;
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.mogo.eagle.core.function.api.hmi.v2n
|
||||
|
||||
import com.mogo.eagle.core.data.road.RoadV2NEventWindowBean
|
||||
|
||||
/**
|
||||
* 路侧道路事件弹框, 调用接口
|
||||
*/
|
||||
interface IRoadV2NEventWindowListener {
|
||||
|
||||
fun show(dataBean: RoadV2NEventWindowBean)
|
||||
|
||||
fun dismiss(eventId: String)
|
||||
}
|
||||
Reference in New Issue
Block a user