//qrcode-kotlin/qrcode/QRCodeBuilder/QRCodeShapesEnum

QRCodeShapesEnum

[common]
enum QRCodeShapesEnum : Enum<QRCodeBuilder.QRCodeShapesEnum>

Entries

   
SQUARE [common]
SQUARE
CIRCLE [common]
CIRCLE
ROUNDED_SQUARE [common]
ROUNDED_SQUARE
CUSTOM [common]
CUSTOM

Properties

Name Summary
entries [common]
val entries: EnumEntries<QRCodeBuilder.QRCodeShapesEnum>
Returns a representation of an immutable list of all enum entries, in the order they’re declared.
name [common]
val name: String
ordinal [common]
val ordinal: Int

Functions

Name Summary
valueOf [common]
fun valueOf(value: String): QRCodeBuilder.QRCodeShapesEnum
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.)
values [common]
fun values(): Array<QRCodeBuilder.QRCodeShapesEnum>
Returns an array containing the constants of this enum type, in the order they’re declared.