BatchBarcodeListView

Represents a list of scanned barcodes

Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet)

Types

Link copied to clipboard
Link copied to clipboard
class BarcodeItemViewHolder(val binding: <Error class: unknown class>) : BatchBarcodeListView.SwipeableViewHolder

View holder representing a barcode item

Link copied to clipboard
object Companion
Link copied to clipboard
open class SwipeableViewHolder(viewBinding: <Error class: unknown class>)

Represents a view holder with a swipable part

Functions

Link copied to clipboard
open override fun attachViewModel(viewModel: IBatchBarcodeListView.ViewModel)
Link copied to clipboard

Processing back press and collapsing bottom sheet if needed

Link copied to clipboard

Sets a color of the bottom sheet

Link copied to clipboard

Sets primary color for most of text's and other UI elements of the bottom sheet

Link copied to clipboard

Sets color for items count textview

Link copied to clipboard

Sets a placeholder for items count textview

Link copied to clipboard

Sets loading text for item, which is being converted with a mapper

Link copied to clipboard