Interface OnQRCodeScannedListener


  • public interface OnQRCodeScannedListener
    An interface that defines a callback method to be invoked when a QR code is scanned.
    • Method Detail

      • onQRScanComplete

        void onQRScanComplete​(boolean success)
        Called when a QR code is successfully scanned.
        Parameters:
        success - Indicates whether the scan was successful or not.