MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.cbor
/
ArrayBuilder
/
addTagged
add
Tagged
fun
addTagged
(
tagNumber
:
Long
,
taggedItem
:
DataItem
)
:
ArrayBuilder
<
T
>
Adds a tagged data item.
Return
the builder.
Parameters
tag
Number
the number of the tag to use.
tagged
Item
the item to add.