Package-level declarations

Types

Link copied to clipboard
class DisbursementRefundScreenFragment : <ERROR CLASS> ERROR CLASS: Symbol not found for Fragment

Fragment that hosts the Disbursement Refund screen, rendering DisbursementScreen via Jetpack Compose.

Link copied to clipboard
class DisbursementRefundScreenViewModel(defaultRepository: ERROR CLASS: Symbol not found for DefaultRepository, credentialStorage: CredentialStorage, dispatchers: DispatcherProvider, sampleConfig: SampleConfig) : BaseScreenViewModel

ViewModel for the Disbursement Refund 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, disbursementRefundScreenViewModel: DisbursementRefundScreenViewModel?, refundStatus: ERROR CLASS: Symbol not found for MutableLiveData<ERROR CLASS: Symbol not found for RefundStatus?>)

Renders the Disbursement Refund screen, showing a payment capture form when no transaction result is available, or a refund status summary once a RefundStatus has been returned.

Link copied to clipboard