PermissionStatus

Model of the status of a permission. It can be granted or denied. If denied, the user might need to be presented with a rationale.

Inheritors

Types

Link copied to clipboard
data class Denied(val shouldShowRationale: Boolean) : PermissionStatus
Link copied to clipboard

Properties

Link copied to clipboard

true if the permission is granted.

Link copied to clipboard

true if a rationale should be presented to the user.