PermissionDeniedDialog

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

deniedPermission

The denied permission.

modifier

The modifier to be applied to the view.

onClickSettings

The handler for when the settings button is clicked.

onClickCancel

The handler for when the cancel button is clicked.