Package-level declarations
Types
Link copied to clipboard
Fragment that hosts the Disbursement Deposit screen, rendering DisbursementScreen via Jetpack Compose.
Link copied to clipboard
class DisbursementDepositScreenViewModel(defaultRepository: ERROR CLASS: Symbol not found for DefaultRepository, credentialStorage: CredentialStorage, dispatchers: DispatcherProvider, sampleConfig: SampleConfig) : BaseScreenViewModel
ViewModel for the Disbursement Deposit screen.
Functions
Link copied to clipboard
fun DisbursementScreen(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, disbursementDepositScreenViewModel: DisbursementDepositScreenViewModel?, depositStatus: ERROR CLASS: Symbol not found for MutableLiveData<ERROR CLASS: Symbol not found for DepositStatus?>)
Renders the Disbursement Deposit screen, showing a payment capture form when no transaction result is available, or a deposit status summary once a DepositStatus has been returned.
Link copied to clipboard