PermissionsNotGrantedException

class PermissionsNotGrantedException(val permissions: Set<String> = emptySet(), message: String? = null) : Exception

Constructors

Link copied to clipboard
constructor(permissions: Set<String> = emptySet(), message: String? = null)

Properties

Link copied to clipboard