anyDenied

fun List<PermissionStatus>.anyDenied(): Boolean

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.

Return

true if at least one given status is an instance of PermissionStatus.Denied.