Package com. fondesa. kpermissions
Types
Identifies the status of a permission.
Functions
Checks if all the PermissionStatus in the given list are instances of PermissionStatus.Denied. This method is a convenience method even for single permission's requests.
Checks if all the PermissionStatus in the given list are instances of PermissionStatus.Granted. This method is a convenience method even for single permission's requests.
Checks if all the PermissionStatus in the given list are instances of PermissionStatus.Denied.Permanently. This method is a convenience method even for single permission's requests.
Checks if all the PermissionStatus in the given list are instances of PermissionStatus.RequestRequired. This method is a convenience method even for single permission's requests.
Checks if all the PermissionStatus in the given list are instances of PermissionStatus.Denied.ShouldShowRationale. This method is a convenience method even for single permission's requests.
Checks if at least one PermissionStatus in the given list is an instance of PermissionStatus.Denied. This method is a convenience method even for single permission's requests.
Checks if at least one PermissionStatus in the given list is an instance of PermissionStatus.Granted. This method is a convenience method even for single permission's requests.
Checks if at least one PermissionStatus in the given list is an instance of PermissionStatus.Denied.Permanently. This method is a convenience method even for single permission's requests.
Checks if at least one PermissionStatus in the given list is an instance of PermissionStatus.RequestRequired. This method is a convenience method even for single permission's requests.
Checks if at least one PermissionStatus in the given list is an instance of PermissionStatus.Denied.ShouldShowRationale. This method is a convenience method even for single permission's requests.
Checks if a status is PermissionStatus.Denied.
Checks if a status is PermissionStatus.Granted.
Checks if a status is PermissionStatus.Denied.Permanently.
Checks if a status is PermissionStatus.RequestRequired.
Checks if a status is PermissionStatus.Denied.ShouldShowRationale.