-
-
Notifications
You must be signed in to change notification settings - Fork 255
Add before-capture-callback
and debouncing for screenshots/view hierarchy
#1540
New issue
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
Comments
User issue asking for this feature -> #1544 |
Would be nice to have In my case, I would like to capture screenshots only if there are no secure widgets in the view hierarchy. So BFS in view hierarchy can solve the issue. In our banking app it's PII concern and we would like to protect our users sensitive information. |
@achernoprudov hi! this issue is in our backlog. we will provide the |
@achernoprudov after internal discussion, while these options will be standard in the callback, we will not provide an out of the box deserialization for this. What you will be able to do is use the bytes to convert it into a string (json): |
Description
Right now there's little control over when screenshots or view hierarchies are captured. This can have a negative impact on the app performance itself (capturing many screenshots, contribution to quota) as well as the usability of the feature itself (no control when a screenshot should be taken or not).
The text was updated successfully, but these errors were encountered: