CameraPermissionDeniedScreen
Composable function that displays a screen to inform the user that camera permission is denied and provides options to request or enable it.
This composable displays an informative screen with an image and text indicating that camera permission is required. It provides a button to request camera permission again or, if the user has permanently denied the permission, shows an alert dialog with instructions to enable the permission manually in the device settings.
This screen is used as a part of the SDK and may be modified if necessary.
Parameters
requestCameraPermission
A lambda function to be invoked when the user clicks the button to request camera permission.