We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't see how to deal with the situation where the user has a remembered setting that denies the camera.
This is not possible to detect using CameraDetection since the class doesn't preserve this boolean (see dispatch method).
Am I missing something? Why doesn't CameraDetection actually preserve the value of remembered in the CameraDetectionResult?
Edit: Ok, I can see that you can access this boolean through CameraDetection. Still perhaps it should be in the event as well.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I can't see how to deal with the situation where the user has a remembered setting that denies the camera.
This is not possible to detect using CameraDetection since the class doesn't preserve this boolean (see dispatch method).
Am I missing something? Why doesn't CameraDetection actually preserve the value of remembered in the CameraDetectionResult?
Edit: Ok, I can see that you can access this boolean through CameraDetection. Still perhaps it should be in the event as well.
The text was updated successfully, but these errors were encountered: