public static interface ScannerViewFragment.OnQrCodeFoundListener
| Modifier and Type | Method and Description |
|---|---|
void |
onQrCodeFound(java.lang.String qrText)
Called when a QR code has been captured, parsing and decoding must be handled by the
callback.
|