Interface QrCodeFoundListener
-
- All Known Implementing Classes:
QrScannerDialog
public interface QrCodeFoundListenerListener zum Anzeigen, dass ein QR-Code gefunden wurde.- Author:
- Frank Münster
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyOfQrCodeFound(java.lang.String result)Gibt den QR-Code String an die registrierten Listeners
-