onQRCodeAvailable

abstract void onQRCodeAvailable(@NonNull() QRCodeDocument qrCodeDocument)

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.

Deprecated

When a GiniVision instance is available the QRCode is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in onExtractionsAvailable.

Parameters

qrCodeDocument

contains payment data from a QR Code