[Change]
增加数据统计调用AnalyticsManager.track Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user