See: Description
Interface | Description |
---|---|
ScanResult |
Callback for the code scanner indicating the result of a scan operation,
the methods of this call will always be invoked on the EDT!
|
Class | Description |
---|---|
CodeScanner |
A barcode/qrcode scanner API, this class is a singleton, notice that this
API might not be implemented for all platforms in which case the getInstance()
method will return null!
|
Bar/QR code scanning API, currently based on the zxing implementation