Package-level declarations
Types
Link copied to clipboard
Fragment that hosts the Collection Pre-Approval screen, rendering PreApprovalScreen via Jetpack Compose.
Link copied to clipboard
class PreApprovalScreenViewModel(defaultRepository: ERROR CLASS: Symbol not found for DefaultRepository, credentialStorage: CredentialStorage, dispatchers: DispatcherProvider, sampleConfig: SampleConfig) : BaseScreenViewModel
ViewModel for the Collection Pre-Approval screen. Showcases createPreApproval → getPreApprovalStatus, keyed on a locally generated reference ID. Cancellation lives on the Approved Pre-Approvals screen, since it is keyed on the server-assigned preApprovalId.
Functions
Link copied to clipboard
fun PreApprovalScreen(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: PreApprovalScreenViewModel?)
Renders the Collection Pre-Approval screen: a create form plus check-status and cancel actions, with a console panel showing each operation's outcome.
Link copied to clipboard