Package-level declarations

Types

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

Fragment that hosts the Collection Request-to-Withdraw screen, rendering CollectionScreen via Jetpack Compose.

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

ViewModel for the Collection Request-to-Withdraw screen.

Functions

Link copied to clipboard
fun CollectionScreen(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, collectionWithdrawScreenViewModel: CollectionWithdrawScreenViewModel?, requestToWithdrawStatus: ERROR CLASS: Symbol not found for MutableLiveData<ERROR CLASS: Symbol not found for RequestToWithdrawStatus?>)

Renders the Collection Request-to-Withdraw screen, showing a payment capture form when no transaction result is available, or a request-to-withdraw status summary once a RequestToWithdrawStatus has been returned.

Link copied to clipboard