初始化回调测试
This commit is contained in:
parent
f0e781def1
commit
466e83dadd
|
|
@ -88,7 +88,8 @@ class AdjustManager private constructor() {
|
||||||
enableCoppaCompliance()
|
enableCoppaCompliance()
|
||||||
enableCostDataInAttribution()
|
enableCostDataInAttribution()
|
||||||
|
|
||||||
onAttributionChangedListener = OnAttributionChangedListener {
|
onAttributionChangedListener = OnAttributionChangedListener { attribution->
|
||||||
|
val test = 111
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
StatisticUtil.reportEvents(StatisticUtil.KEY_adjust_init)
|
StatisticUtil.reportEvents(StatisticUtil.KEY_adjust_init)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue