[3.4.0]V2X消息埋点统计增加监听和注释

This commit is contained in:
xuxinchao
2023-07-25 11:30:07 +08:00
parent 2ce531235c
commit 58e2f9befd
2 changed files with 11 additions and 2 deletions

View File

@@ -14,5 +14,8 @@ interface IFuncBizProvider {
*/
fun onV2XEvents(v2XEventData: List<V2XEventData>?) {}
/**
* 僵尸车埋点统计事件
*/
fun onAttrZombieAnalyticsEvent(){}
}