# 自动采集
# 一、开启自动采集事件
thinkingdata.enableAutoTrack([AutoTrackEventType.APP_END, AutoTrackEventType.APP_START, AutoTrackEventType.APP_INSTALL])
# 二、设置自动采集事件自定义属性
您可以调用 setAutoTrackProperties
设置自动采集事件的属性
thinkingdata.setAutoTrackProperties([AutoTrackEventType.APP_START], {
auto_name: "xxx",
auto_age: "xxx"
})