QRCodeCustomSectionData

data class QRCodeCustomSectionData(val type: CustomSectionDataType, val sequenceNumber: Int, val value: String? = null) : CustomSectionData, Parcelable

QrCode section

Constructors

Link copied to clipboard
constructor(type: CustomSectionDataType, sequenceNumber: Int, value: String? = null)

Properties

Link copied to clipboard
@Expose
open override val sequenceNumber: Int

The sequence number of the custom section data. Used to display the correct order.

Link copied to clipboard
@Expose
open override val type: CustomSectionDataType

The Type of the custom section data.

Link copied to clipboard
@Expose
val value: String? = null

Data to display the QR code.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)