Interface QRCodeScannerSDKConstants


  • public interface QRCodeScannerSDKConstants
    Constants
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CRONTO_CODE
      Indicates that the QRCode Scanner SDK must parse image to search Cronto Sign Images
      static java.lang.String EXTRA_CODE_TYPE
      extra key to indicates which type of code must be searched.
      static java.lang.String EXTRA_SCANNER_OVERLAY
      Extra key to activate or deactivate the scanner overlay on scan view
      static java.lang.String EXTRA_SCANNER_OVERLAY_COLOR
      Extra key to use a custom color for the scanner overlay.
      static java.lang.String EXTRA_VIBRATE
      Extra key to activate or deactivate vibration feedback after scanning
      static java.lang.String OUTPUT_CODE_TYPE
      Extra returning the output type result.
      static java.lang.String OUTPUT_EXCEPTION
      Extra returning the exception when an error occurs while scanning
      static java.lang.String OUTPUT_RESULT
      Extra key returning the scanning result
      static int QR_CODE
      Indicates that the QRCode Scanner SDK must parse image to search QR Codes
      static int RESULT_ERROR
      Error code to return when an Exception has been thrown while scanning
      static java.lang.String VERSION
      Version of the QR Code SDK
    • Field Detail

      • VERSION

        static final java.lang.String VERSION
        Version of the QR Code SDK
        See Also:
        Constant Field Values
      • EXTRA_VIBRATE

        static final java.lang.String EXTRA_VIBRATE
        Extra key to activate or deactivate vibration feedback after scanning
        See Also:
        Constant Field Values
      • EXTRA_CODE_TYPE

        static final java.lang.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:
        Constant Field Values
      • EXTRA_SCANNER_OVERLAY

        static final java.lang.String EXTRA_SCANNER_OVERLAY
        Extra key to activate or deactivate the scanner overlay on scan view
        See Also:
        Constant Field Values
      • EXTRA_SCANNER_OVERLAY_COLOR

        static final java.lang.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:
        Constant Field Values
      • QR_CODE

        static final int QR_CODE
        Indicates that the QRCode Scanner SDK must parse image to search QR Codes
        See Also:
        Constant Field Values
      • CRONTO_CODE

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

        static final java.lang.String OUTPUT_RESULT
        Extra key returning the scanning result
        See Also:
        Constant Field Values
      • OUTPUT_EXCEPTION

        static final java.lang.String OUTPUT_EXCEPTION
        Extra returning the exception when an error occurs while scanning
        See Also:
        Constant Field Values
      • OUTPUT_CODE_TYPE

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

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