StructuredAppendInfo

data class StructuredAppendInfo(val count: Int, val index: Int, val id: String) : Parcelable

The structured append mode can be used to split a message across multiple barcodes.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(count: Int, index: Int, id: String)

Properties

Link copied to clipboard
val count: Int

The number of barcodes in the structured append set.

Link copied to clipboard
val id: String

The ID of the structured append set.

Link copied to clipboard
val index: Int

The index of the barcode in the structured append set.

Functions

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