Interface QRCodeScannerSDKConstants
public interface QRCodeScannerSDKConstants
Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Indicates that the QRCode Scanner SDK must parse image to search Cronto Sign Imagesstatic final String
extra key to indicates which type of code must be searched.static final String
Extra key to activate or deactivate the scanner overlay on scan viewstatic final String
Extra key to use a custom color for the scanner overlay.static final String
Extra key to activate or deactivate vibration feedback after scanningstatic final String
Extra returning the output type result.static final String
Extra returning the exception when an error occurs while scanningstatic final String
Extra key returning the scanning resultstatic final int
Indicates that the QRCode Scanner SDK must parse image to search QR Codesstatic final int
Error code to return when an Exception has been thrown while scanningstatic final String
Version of the QR Code SDK
-
Field Details
-
VERSION
Version of the QR Code SDK- See Also:
-
EXTRA_VIBRATE
Extra key to activate or deactivate vibration feedback after scanning- See Also:
-
EXTRA_CODE_TYPE
extra key to indicates which type of code must be searched. Possible values are 1 (QR Code), 2 (Cronto Sign image), or 1 + 2 (QR Code or Cronto Sign image),- See Also:
-
EXTRA_SCANNER_OVERLAY
Extra key to activate or deactivate the scanner overlay on scan view- See Also:
-
EXTRA_SCANNER_OVERLAY_COLOR
Extra key to use a custom color for the scanner overlay. The color can be set as an int. The default color is 0x99000000- See Also:
-
QR_CODE
static final int QR_CODEIndicates that the QRCode Scanner SDK must parse image to search QR Codes- See Also:
-
CRONTO_CODE
static final int CRONTO_CODEIndicates that the QRCode Scanner SDK must parse image to search Cronto Sign Images- See Also:
-
OUTPUT_RESULT
Extra key returning the scanning result- See Also:
-
OUTPUT_EXCEPTION
Extra returning the exception when an error occurs while scanning- See Also:
-
OUTPUT_CODE_TYPE
- See Also:
-
RESULT_ERROR
static final int RESULT_ERRORError code to return when an Exception has been thrown while scanning- See Also:
-