Parcel Collection
class ParcelCollection(val parcelSerialized: ByteArray, val trustedCertificates: Collection<Certificate>, val ack: suspend () -> Unit)
Collection of a single parcel.
Parameters
parcel Serialized
The serialization of the parcel
trusted Certificates
The collection of certificates regarded trusted
ack
The callback to execute when the collection is acknowledged
Constructors
Link copied to clipboard
constructor(parcelSerialized: ByteArray, trustedCertificates: Collection<Certificate>, ack: suspend () -> Unit)