Composite Type Description

Defined in package com.scandit.datacapture.barcode.data

CompositeTypeDescription
class CompositeTypeDescription

Added in version 6.6.0

Description specific to a particular composite type.

create(type)
fun CompositeTypeDescription.create(type: EnumSet<CompositeType>): CompositeTypeDescription

Added in version 6.6.0

Creates a new composite type description for a given composite type.

all()
fun CompositeTypeDescription.all(): List<CompositeTypeDescription>

Added in version 6.6.0

A list of descriptions, one for each individual CompositeType.

types
val types: EnumSet<CompositeType>

Added in version 6.6.0

The composite types described by the description.

symbologies
val symbologies: Set<Symbology>

Added in version 6.6.0

All symbologies that can be part of a composite code with the given composite type.

toJson()
fun toJson(): String

Added in version 6.6.0

Returns the JSON representation of the symbology description.