关于安全面板的问题
在我的应用程序中,我使用麦克风,因此我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不能!您可能不需要手动启动设置。只需在需要时访问麦克风,该框就会自动弹出。
该方法与 Adobe Connect 的做法是一致的。
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.