Interface CaptureManager.OnScanListener

  • All Known Implementing Classes:
    CodeScannerActivity
    Enclosing class:
    CaptureManager

    public static interface CaptureManager.OnScanListener
    Interface to be implemented in order to handle scan completion
    • Method Detail

      • onScanComplete

        void onScanComplete​(java.lang.String code,
                            java.lang.String format)
        Handles scan completion
        Parameters:
        code - raw content of barcode
        format - code format, like "QR_CODE", "UPC_A".