增加数据统计调用AnalyticsManager.track

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-03-21 19:10:09 +08:00
committed by renwj
parent bb5f63dc5d
commit 571d401ce7
8 changed files with 88 additions and 24 deletions

View File

@@ -20,7 +20,9 @@ public interface IMogoAnalytics extends IProvider {
*
* @param event 事件名称
* @param properties 埋点参数
* @see AnalyticsManager
*/
@Keep
@Deprecated
void track( String event, Map< String, Object > properties );
}