Package com.vasco.digipass.sdk.utils.qrcodescanner
-
Interface Summary Interface Description QRCodeScannerSDKConstants Constants -
Class Summary Class Description QRCodeScannerSDK Provides methods for QR Code and Cronto Code scanningQRCodeScannerSDK.QRCodeScannerSDKDecodingResultData Represents a result of image decoding.
Contains decoded data and image format.QRCodeScannerSDKActivity This activity opens the camera to scan QRCode or CrontoSign images.
By default, only QRCode images can be scanned.
The scanning format can be changed by setting an extra parameter when calling this activity.
UseQRCodeScannerSDKConstants.EXTRA_CODE_TYPE
,QRCodeScannerSDKConstants.QR_CODE
and/orQRCodeScannerSDKConstants.CRONTO_CODE
Device vibration is activated by default when an image has been scanned.QRCodeScannerSDKErrorCodes This class provides the error codes managed by the QR Code Scanner SDK. -
Exception Summary Exception Description QRCodeScannerSDKException This exception is thrown when a problem occurs while using the QR Code Scanner SDK.