Package-level declarations
Types
Link copied to clipboard
Fragment that hosts the Collection Request-to-Pay screen, rendering CollectionScreen via Jetpack Compose.
Link copied to clipboard
class CollectionPayScreenViewModel(defaultRepository: ERROR CLASS: Symbol not found for DefaultRepository, credentialStorage: CredentialStorage, dispatchers: DispatcherProvider, sampleConfig: SampleConfig) : BaseScreenViewModel
ViewModel for the Collection Request-to-Pay 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, collectionPayScreenViewModel: CollectionPayScreenViewModel?, requestToPayStatus: ERROR CLASS: Symbol not found for MutableLiveData<ERROR CLASS: Symbol not found for RequestToPayStatus?>)
Renders the Collection Request-to-Pay screen, showing a payment capture form when no transaction result is available, or a request-to-pay status summary once a RequestToPayStatus has been returned.
Link copied to clipboard