SecureCreditCardField
Composable function representing a secure input field for entering credit card numbers.
Parameters
The callback triggered when the value of the credit card number changes. It receives the entered credit card number, brand, and validity
The text style to be applied to the input text.
The shape customization for the credit card input field.
The colors customization for the text field.
The padding to be applied to the input field.
The modifier for the credit card input field.
The PendingIntent to initiate OCR card recognition if available.
The ManagedActivityResultLauncher for launching the card recognition process.
The separator string to visually group digits in the credit card number. Must be only one character. Defaults to a single space.
The initial value to populate the credit card input field, used for OCR updates.
The composable function used to display the label for the input field.