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
we are recording the responses to Permission.appTrackingTransparency but we're unsure how they map.
/// permission_handler enum PermissionStatus { permanentlyDenied, granted, denied, restricted, }
app_tracking_transparency library has a more explicit tracking status enum. how does permission_handler map to these values?
app_tracking_transparency
permission_handler
/// app_tracking_transparency enum TrackingStatus{ notDetermined, restricted, denied, authorized, notSupported, }
11.4.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please check the following before submitting a new issue.
Please select for which platform(s) you need help
Your question
we are recording the responses to Permission.appTrackingTransparency but we're unsure how they map.
app_tracking_transparency
library has a more explicit tracking status enum. how doespermission_handler
map to these values?Version
11.4.0
The text was updated successfully, but these errors were encountered: