For #19571 - Adds gdprForgetMe when stopping Adjust

upstream-sync
codrut.topliceanu 3 years ago committed by Jonathan Almeida
parent 318aace1eb
commit 13f9a35131

@ -67,6 +67,7 @@ class AdjustMetricsService(private val application: Application) : MetricsServic
override fun stop() {
Adjust.setEnabled(false)
Adjust.gdprForgetMe(application.applicationContext)
}
// We're not currently sending events directly to Adjust

Loading…
Cancel
Save