Open
Description
⚠️ Is your feature request related to a problem? Please describe
When dealing with different API-Levels, it might not be nessessary to ask for specific permissions. In those cases, the slide numbers change for permissions on the next slide. This means the developer needs to keep track of the slide position himself.
💡 Describe the solution you'd like
I would like to see a method that lets the developer to attach a permission to a specifc slide via tags.
askForPermissionsOnSlide(arrayOf(Manifest.permission.CAMERA), TAG)
askForPermissionsAfterSlide(arrayOf(Manifest.permission.CAMERA), TAG)
If a slide is shown with TAG, then the permission can be requested either on or after the slide is shown.
🤚 Do you want to develop this feature yourself?
- Yes
- No
Metadata
Assignees
Labels
No labels
Activity