Package com.example.qrgo.listeners
Interface OnQRCodeScannedListener
-
public interface OnQRCodeScannedListener
An interface that defines a callback method to be invoked when a QR code is scanned.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onQRScanComplete(boolean success)
Called when a QR code is successfully scanned.
-