CashTransferScreen

fun CashTransferScreen(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: CashTransferScreenViewModel?)

Renders the Remittance Cash Transfer (V2) screen: a send 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 send/status actions; null in previews.