QRCode Data Type
QRCode Modes. Basically represents which kind of data is being encoded.
Rewritten in Kotlin from the original (GitHub)
Author
Rafael Lins - g0dkar
Kazuhiko Arase - kazuhikoarase
Entries
Link copied to clipboard
Content copied to clipboard
Represents Uppercase Alphanumerical data. Allowed characters: [0-9A-Z $%*+\-./:]
.
Link copied to clipboard
Content copied to clipboard
Strictly numerical data. Like huge integers. These can be way bigger than Long.MAX_VALUE.