初始化回调测试

This commit is contained in:
renhaoting 2026-01-14 11:35:07 +08:00
parent f0e781def1
commit 466e83dadd
1 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,8 @@ class AdjustManager private constructor() {
enableCoppaCompliance()
enableCostDataInAttribution()
onAttributionChangedListener = OnAttributionChangedListener {
onAttributionChangedListener = OnAttributionChangedListener { attribution->
val test = 111
}
}
StatisticUtil.reportEvents(StatisticUtil.KEY_adjust_init)