Package-level declarations

Types

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

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 createPreApprovalgetPreApprovalStatus, 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