Package-level declarations
Types
Link copied to clipboard
Fragment that hosts the Collection Payment screen, rendering PaymentScreen via Jetpack Compose.
Link copied to clipboard
class PaymentScreenViewModel(defaultRepository: ERROR CLASS: Symbol not found for DefaultRepository, credentialStorage: CredentialStorage, dispatchers: DispatcherProvider, sampleConfig: SampleConfig) : BaseScreenViewModel
ViewModel for the Collection Payment (V2) screen. Showcases createPayment → getPaymentStatus against the SDK, keyed on a locally generated reference ID.
Functions
Link copied to clipboard
fun PaymentScreen(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, viewModel: PaymentScreenViewModel?)
Renders the Collection Payment (V2) screen: a create form plus a check-status action, with a console panel showing each operation's outcome.
Link copied to clipboard