onQRCodeAvailable

Called when the user clicked the QR Code detected popup. You should upload the QRCodeDocument 's data to the Gini API to get the extractions, close the Gini Vision Library and continue to your app's transfer form.

See QRCodeDocument for supported formats.

Parameters

qrCodeDocument

contains payment data from a QR Code

abstract void onQRCodeAvailable(QRCodeDocument qrCodeDocument)