PreApprovalScreen

fun PreApprovalScreen(navController: ERROR CLASS: Symbol not found for NavController??, snackStateFlow: ERROR CLASS: Symbol not found for SharedFlow<io/rekast/sdk/sample/utils/SnackBarComponentConfiguration>, showProgressBar: Boolean = false, viewModel: PreApprovalScreenViewModel?)

Renders the Collection Pre-Approval screen: a create form plus check-status and cancel actions, with a console panel showing each operation's outcome.

Parameters

navController

Used by the drawer; may be null in previews.

snackStateFlow

Flow of snackbar messages.

showProgressBar

Whether to show the loading indicator.

viewModel

Provides form state and the create/status/cancel actions; null in previews.