Denied

data class Denied(val shouldShowRationale: Boolean) : PermissionStatus

Constructors

Link copied to clipboard
constructor(shouldShowRationale: Boolean)

Properties

Link copied to clipboard

true if the permission is granted.

Link copied to clipboard
Link copied to clipboard

true if a rationale should be presented to the user.