Permission Denied Dialog
fun PermissionDeniedDialog(deniedPermission: String, modifier: Modifier = Modifier, onClickSettings: () -> Unit = {}, onClickCancel: () -> Unit = {})
A dialog that shows when the permission is denied.
Since
1.0.0-beta.1
Parameters
denied Permission
The denied permission.
modifier
The modifier to be applied to the view.
on Click Settings
The handler for when the settings button is clicked.
on Click Cancel
The handler for when the cancel button is clicked.