Permission.IsInteractive
static bool IsInteractive(PermissionType permission)
Does this permission need the user to approve it? This typically means a popup window will come up when you Request this permission, and the user has a chance to decline it.
If your app is an Android Service, this only reflects the Dangerous status of the permission.
| PermissionType permission | The permission you’re interested in. |
| RETURNS: bool | True if the permission requires user interaction, false otherwise. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!