Package-level declarations

Functions

Link copied to clipboard
Link copied to clipboard
fun PaymentDataScreenComponent(modifier: 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)
Link copied to clipboard
fun SnackBarComponent(modifier: Modifier = Modifier, snackBarHostState: SnackbarHostState, backgroundColorHex: String, actionColorHex: String, contentColorHex: String)