POBarcodeConfiguration
data class POBarcodeConfiguration(val saveActionText: String? = null, val saveErrorConfirmation: POActionConfirmationConfiguration? = POActionConfirmationConfiguration()) : Parcelable
Specifies barcode configuration.
Parameters
saveActionText
Text on the button that saves barcode.
saveErrorConfirmation
Requests user confirmation (e.g. dialog) when saving barcode has failed. Use null to disable.
Constructors
Link copied to clipboard
constructor(saveActionText: String? = null, saveErrorConfirmation: POActionConfirmationConfiguration? = POActionConfirmationConfiguration())