Uses of Class
dev.vality.damsel.user_interaction.QrCode
| Package | Description |
|---|---|
| dev.vality.damsel.user_interaction |
-
Uses of QrCode in dev.vality.damsel.user_interaction
Fields in dev.vality.damsel.user_interaction declared as QrCode Modifier and Type Field Description QrCodeQrCodeDisplayRequest. qr_codeMethods in dev.vality.damsel.user_interaction that return QrCode Modifier and Type Method Description QrCodeQrCode. deepCopy()QrCodeQrCodeDisplayRequest. getQrCode()QrCodeQrCode. setPayload(byte[] payload)Содержимое QR-кода, записанное в виде потока байтQrCodeQrCode. setPayload(ByteBuffer payload)Methods in dev.vality.damsel.user_interaction with parameters of type QrCode Modifier and Type Method Description intQrCode. compareTo(QrCode other)booleanQrCode. equals(QrCode that)QrCodeDisplayRequestQrCodeDisplayRequest. setQrCode(QrCode qr_code)Constructors in dev.vality.damsel.user_interaction with parameters of type QrCode Constructor Description QrCode(QrCode other)Performs a deep copy on other.QrCodeDisplayRequest(QrCode qr_code)