Encoder
object Encoder
Generates Aztec 2D barcodes.
Functions
Link copied to clipboard
Encodes the given binary content as an Aztec symbol (without ECI code)
Encodes the given string content as an Aztec symbol (without ECI code)
fun encode(data: ByteArray, minECCPercent: Int, userSpecifiedLayers: Int, charset: KiteCharset?): AztecCode
Encodes the given binary content as an Aztec symbol
fun encode(data: String, minECCPercent: Int, userSpecifiedLayers: Int, charset: KiteCharset?): AztecCode
Encodes the given string content as an Aztec symbol
Link copied to clipboard