public interface EmvDecoder
Modifier and Type | Method and Description |
---|---|
EmvTransactionInfo |
decode(java.lang.String qrContent)
Decodes QR code.
|
@Nullable EmvTransactionInfo decode(@NonNull java.lang.String qrContent) throws EmvException
qrContent
- content of the QR code as string.EmvTransactionInfo
class with transaction details read from the QR code.EmvException
- if QR code does not have the expected format.