onCameraPermissionUserResponse

abstract fun onCameraPermissionUserResponse(cameraPermissionGranted: Boolean)

Called when the user responds to the camera permission request. This function is invoked after the user grants or denies the camera permission request.

Parameters

cameraPermissionGranted

true if the user granted camera permission, false if denied