Frequently Asked Question
Default Intent for Receiving Reader Data
最後更新 about a month ago
com.cipherlab.barcodebaseapi.PASS_DATA_2_APP
This Intent is broadcast when barcode data is passed from the reader service to the application.
Applications can receive this intent to obtain the scanned barcode data.
The intent includes the following extras:
| Key | Description |
|---|---|
Decoder_CodeType_String | The barcode symbology type. |
Decoder_Data | The decoded barcode data after being processed according to the current ReaderConfig settings. |
Original_Decoder_Data | The original decoded barcode data before any processing by ReaderConfig. |