allDenied

fun List<PermissionStatus>.allDenied(): Boolean

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.

Return

true if all the given status are instances of PermissionStatus.Denied.