QRCodeReaderListener

public interface QRCodeReaderListener

Interface for listening to QR code scanning results.

Inheritors

Functions

Link copied to clipboard
public abstract Unit onProcessingError()

Called when an error occurs while processing the QR code.

Link copied to clipboard
public abstract Unit onQRCodeBytesAvailable(ByteArray qrBytes)

Called after a QR code has been scanned and the bytes of the scanned code are available.