Package-level declarations
Functions
Link copied to clipboard
Renders a centered circular progress indicator that fills the available screen space.
Link copied to clipboard
Link copied to clipboard
fun PaymentDataScreenComponent(modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, title: String, submitButtonText: String, phoneNumber: String, financialId: String, amount: String, paymentMessage: String, paymentNote: String, onRequestPayButtonClicked: () -> Unit, onPhoneNumberUpdated: (String) -> Unit, onFinancialIdUpdated: (String) -> Unit, onAmountUpdated: (String) -> Unit, onPayerMessageUpdated: (String) -> Unit, onPayerNoteUpdated: (String) -> Unit)
Renders a payment data capture form with fields for phone number, financial ID, amount, payment message, and payment note, along with a submit button.
Link copied to clipboard
Renders a bold section title followed by a full-width horizontal divider.
Link copied to clipboard
Link copied to clipboard
fun SnackBarComponent(modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, snackBarHostState: ERROR CLASS: Symbol not found for SnackbarHostState, backgroundColorHex: String, actionColorHex: String, contentColorHex: String)
Renders a SnackbarHost with a custom-themed Snackbar whose colors are specified as hex strings.
Link copied to clipboard
Link copied to clipboard
Returns a TextFieldColors configuration for text fields throughout the sample application.
Link copied to clipboard
Returns the Shape applied to text fields throughout the sample application.