Skip to content

Ask For Permission attached to specific slide #1149

Open
@newhinton

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions