Skip to content

Release 1.6.41

Compare
Choose a tag to compare
@wangzhzh wangzhzh released this 24 Apr 06:21
· 258 commits to master since this release

1、支持通过接口控制忽略 AutoTrack 中的部分事件类型($AppStart、$AppEnd、$AppViewScreen)
public void ignoreAutoTrackEventType(AutoTrackEventType autoTrackEventType);
2、优化相关权限的动态判断
3、优化其他代码