PaymentScreen
fun PaymentScreen(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: PaymentScreenViewModel?)
Renders the Collection Payment (V2) screen: a create form plus a check-status action, 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 actions; null in previews.