Uses of Class
dev.vality.damsel.user_interaction.QrCodeDisplayRequest
| Package | Description |
|---|---|
| dev.vality.damsel.user_interaction |
-
Uses of QrCodeDisplayRequest in dev.vality.damsel.user_interaction
Methods in dev.vality.damsel.user_interaction that return QrCodeDisplayRequest Modifier and Type Method Description QrCodeDisplayRequestQrCodeDisplayRequest. deepCopy()QrCodeDisplayRequestUserInteraction. getQrCodeDisplayRequest()Запрос на отображение пользователю QR-кодаQrCodeDisplayRequestQrCodeDisplayRequest. setQrCode(QrCode qr_code)Methods in dev.vality.damsel.user_interaction with parameters of type QrCodeDisplayRequest Modifier and Type Method Description intQrCodeDisplayRequest. compareTo(QrCodeDisplayRequest other)booleanQrCodeDisplayRequest. equals(QrCodeDisplayRequest that)static UserInteractionUserInteraction. qr_code_display_request(QrCodeDisplayRequest value)voidUserInteraction. setQrCodeDisplayRequest(QrCodeDisplayRequest value)Запрос на отображение пользователю QR-кодаConstructors in dev.vality.damsel.user_interaction with parameters of type QrCodeDisplayRequest Constructor Description QrCodeDisplayRequest(QrCodeDisplayRequest other)Performs a deep copy on other.