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())

Properties

Link copied to clipboard
val saveActionText: String? = null

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)