QRCodeDataType

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 $%*+\-./:].

Link copied to clipboard

This can be any kind of data. With this you can encode Strings, URLs, images, files, anything.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int

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.