关于安全面板的问题

发布于 2024-11-15 19:05:19 字数 218 浏览 3 评论 0原文

在我的应用程序中,我使用麦克风,因此我使用 Security.showSettings(SecurityPanel.PRIVACY);在发射时。在此弹出框中有一个“记住”复选框 - 我如何在代码中访问此复选框的值?每次我启动 Security.showSettings(SecurityPanel.PRIVACY) 时进入页面(状态)时,都会弹出窗口,它似乎记住了设置,但它仍然弹出我不想要的窗口。我如何检查该复选框的值?

In my app I am using microphone so I use Security.showSettings(SecurityPanel.PRIVACY); at launch. In this pop-up box there is a check box 'remember' - how can I get access to the value of this checkbox in my code? The window pop-ups every time i go to the page(State) when I launch Security.showSettings(SecurityPanel.PRIVACY) and it seems to remember the settings but it still pop-ups which I don't want. How can I check the value of that checkbox?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

何以心动 2024-11-22 19:05:19
how can I get access to the value of this checkbox in my code?

你不能!您可能不需要手动启动设置。只需在需要时访问麦克风,该框就会自动弹出。

该方法与 Adob​​e Connect 的做法是一致的。

how can I get access to the value of this checkbox in my code?

You can't! You probably don't need to manually launch the settings thing. Just access the microphone when needed and that box will pop up automatically.

That approach would be consistent w/ how Adobe Connect does it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文