CashTransferScreenViewModel
ViewModel for the Remittance Cash Transfer (V2) screen. Showcases the cash transfer lifecycle against the SDK: cashTransfer → getCashTransferStatus, keyed on a locally generated reference ID.
The last operation's outcome (reference ID, status payload, or error) is exposed via result and rendered in a console panel so the flow is visible to developers exploring the SDK.
Constructors
Properties
The reference ID of the last cash transfer; enables the status action.
Controls whether the circular progress indicator is shown instead of the screen content.
Flow of SnackBarComponentConfiguration events to be displayed as snack bars.
Functions
Fetches the status of the previously sent cash transfer and prints the raw payload.
Sends a cash transfer with a fresh reference ID and stores that ID for the status action.