Hi DevAsk, Is it possible to register a barcode receiver similar to how the AppNotificationReceiver works?
I'm looking to allow a merchant to scan a barcode from anywhere (especially from outside of my own app), and receive the barcode in a BroadcastReceiver similar to how the AppNotificationReceiver works. My goal is to process the scanned barcode and do some network calls in the background, to allow merchants to remain in their 'register' app to avoid disrupting their flow with their physical customers.
Is that currently possible or do I need to trigger the BarcodeScanner from my own app?
I've been referencing the example applications but can only find examples of apps that trigger the scanner themselves. Best regards, Alan