anyGranted

fun List<PermissionStatus>.anyGranted(): Boolean

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.

Return

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