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
Strictly numerical data. Like huge integers. These can be way bigger than Long.MAX_VALUE.
Link copied to clipboard
Represents Uppercase Alphanumerical data. Allowed characters: [0-9A-Z $%*+\-./:]
.
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.