allPermanentlyDenied

fun List<PermissionStatus>.allPermanentlyDenied(): Boolean

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.

Return

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