简体   繁体   English

禁用 Flurry 分析 (Android)

[英]Disable Flurry Analytics (Android)

We are going to add an option to our apps to let the users from opting-out sending data to 3rd party analytics tools.我们将在我们的应用程序中添加一个选项,让用户选择退出将数据发送到 3rd 方分析工具。 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.我们还使用 Flurry Analytics 从用户那里收集一些数据,但在搜索文档后,我找不到任何相关信息。

Is it possible to disable Flurry Analytics after it has been initialized? Flurry Analytics 初始化后是否可以禁用它? Thank you for your help.谢谢您的帮助。

If users opt-out, then do not call FlurryAgent.Builder.build() .如果用户选择退出,则不要调用FlurryAgent.Builder.build() You will get warning from adb-logcat.您将收到来自 adb-logcat 的警告。 But Flurry will not send any data.但 Flurry 不会发送任何数据。

Once Flurry is initialized, it can't be stopped mid session.一旦 Flurry 被初始化,它就不能在 session 中间停止。 We'd like to discuss your use case with you in further detail though.不过,我们希望与您更详细地讨论您的用例。 Can you email us at support@flurry.com?您可以通过 support@flurry.com 联系我们吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM