Package-level declarations

Types

Link copied to clipboard
class BarcodeOverlayView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : View
Link copied to clipboard

Entry point for barcode scanning functionality.

Link copied to clipboard
data class BarcodeScanFlowConfiguration(val isBatchModeEnabled: Boolean = false, val supportedCodeTypes: Set<Barcode.Type> = EnumSet.allOf(Barcode.Type::class.java), @ColorInt val highlightColor: Int = Color.GREEN, @ColorInt val menuColor: Int = Color.BLACK) : Parcelable

Configuration for barcode scanning.

Link copied to clipboard

Result of a barcode scanning operation.