SomeGranted

abstract fun SomeGranted(content: @Composable (granted: List<String>, notGranted: List<String>, showRationale: Boolean) -> Unit)

Some permissions were granted, while others were not. Use the content parameters to decide what to do in certain cases if some permissions are optional to you.