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