Package-level declarations
Types
Link copied to clipboard
A confirmation dialog to allow user confirm the scanned barcode or decline it
Link copied to clipboard
data class BarcodeConfirmationDialogConfiguration(var resultWithConfirmationEnabled: Boolean, var title: String? = null, var message: String? = null, var confirmButtonTitle: String? = null, var retryButtonTitle: String? = null, var buttonsAccentColor: Int? = null, var isConfirmButtonFilled: Boolean = false, var filledConfirmButtonTextColor: Int? = null, var dialogTextFormat: BarcodeDialogFormat = BarcodeDialogFormat.TYPE_AND_CODE) : Parcelable, Serializable
Provides the configuration for confirmation dialog for the barcode scanning process
Link copied to clipboard
interface BarcodeConfirmationDialogInterface
Dialog interface for Barcode Confirmation dialog
Link copied to clipboard
The barcode text format dialog.