PermissionNotGrantedException

Signals that at least one required permission has not been granted. notGranted contains a list of all permissions (their values of the android.Manifest.permission constants) that have not been granted.

Parameters

action

The name of the action that should have been performed where the permission would have been required.

notGranted

The list or permissions which have not been granted. The values of this list are the value of the constants defined in android.Manifest.permission

Constructors

Link copied to clipboard
constructor(action: String, notGranted: List<String>)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard