allShouldShowRationale

fun List<PermissionStatus>.allShouldShowRationale(): Boolean

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.

Return

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