Package-level declarations
Types
Link copied to clipboard
Fragment that hosts the Collection Invoice screen, rendering InvoiceScreen via Jetpack Compose.
Link copied to clipboard
class InvoiceScreenViewModel(defaultRepository: ERROR CLASS: Symbol not found for DefaultRepository, credentialStorage: CredentialStorage, dispatchers: DispatcherProvider, sampleConfig: SampleConfig) : BaseScreenViewModel
ViewModel for the Collection Invoice screen. Showcases the full invoice lifecycle against the SDK: createInvoice → getInvoiceStatus → cancelInvoice, keyed on a locally generated reference ID.
Functions
Link copied to clipboard
fun InvoiceScreen(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: InvoiceScreenViewModel?)
Renders the Collection Invoice screen: a create form plus check-status and cancel actions, with a console panel showing each operation's outcome.
Link copied to clipboard