Sheet

data class Sheet(var mode: SheetMode = SheetMode.COLLAPSED_SHEET, var collapsedVisibleHeight: CollapsedVisibleHeight = CollapsedVisibleHeight.SMALL, var listButton: BadgedButton = BadgedButton( ))

Configuration of the preview mode for scanning multiple barcodes.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JsonObject)
constructor(mode: SheetMode = SheetMode.COLLAPSED_SHEET, collapsedVisibleHeight: CollapsedVisibleHeight = CollapsedVisibleHeight.SMALL, listButton: BadgedButton = BadgedButton( ))

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Height of the collapsed result sheet. Default is SMALL

Link copied to clipboard

Configuration of the list button.

Link copied to clipboard

Mode used for the preview for scanning multiple barcodes. Default is COLLAPSED_SHEET

Functions

Link copied to clipboard
fun toJson(): JsonObject