Sheet

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

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.

Link copied to clipboard

Configuration of the list button.

Link copied to clipboard

Mode used for the preview for scanning multiple barcodes.

Functions

Link copied to clipboard
fun clone(): Sheet
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject