Reputation: 3167
We are going to add an option to our apps to let the users from opting-out sending data to 3rd party analytics tools. We're also using Flurry Analytics to collect some data from users, but after searching in the documentation I was unable to find anything regarding to it.
Is it possible to disable Flurry Analytics after it has been initialized? Thank you for your help.
Upvotes: 1
Views: 418
Reputation: 581
Once Flurry is initialized, it can't be stopped mid session.
Upvotes: 0
Reputation: 71
If users opt-out, then do not call FlurryAgent.Builder.build()
. You will get warning from adb-logcat. But Flurry will not send any data.
Upvotes: 0