Interface QRCodeScannerSDKConstants


public interface QRCodeScannerSDKConstants
Constants
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Indicates that the QRCode Scanner SDK must parse image to search Cronto Sign Images
    static 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 view
    static 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 scanning
    static final String
    Extra returning the output type result.
    static final String
    Extra returning the exception when an error occurs while scanning
    static final String
    Extra key returning the scanning result
    static final int
    Indicates that the QRCode Scanner SDK must parse image to search QR Codes
    static final int
    Error code to return when an Exception has been thrown while scanning
    static final String
    Version of the QR Code SDK
  • Field Details

    • VERSION

      static final String VERSION
      Version of the QR Code SDK
      See Also:
    • EXTRA_VIBRATE

      static final String EXTRA_VIBRATE
      Extra key to activate or deactivate vibration feedback after scanning
      See Also:
    • EXTRA_CODE_TYPE

      static final String 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

      static final String EXTRA_SCANNER_OVERLAY
      Extra key to activate or deactivate the scanner overlay on scan view
      See Also:
    • EXTRA_SCANNER_OVERLAY_COLOR

      static final String 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_CODE
      Indicates that the QRCode Scanner SDK must parse image to search QR Codes
      See Also:
    • CRONTO_CODE

      static final int CRONTO_CODE
      Indicates that the QRCode Scanner SDK must parse image to search Cronto Sign Images
      See Also:
    • OUTPUT_RESULT

      static final String OUTPUT_RESULT
      Extra key returning the scanning result
      See Also:
    • OUTPUT_EXCEPTION

      static final String OUTPUT_EXCEPTION
      Extra returning the exception when an error occurs while scanning
      See Also:
    • OUTPUT_CODE_TYPE

      static final String OUTPUT_CODE_TYPE
      Extra returning the output type result. Must be 1 or 2
      See Also:
    • RESULT_ERROR

      static final int RESULT_ERROR
      Error code to return when an Exception has been thrown while scanning
      See Also: