How to use broadcast to receive messages triggered by three-party hardware in maui #13468
Replies: 4 comments 3 replies
-
You should take a look to the device documentation. Usually, on Android devices, the OS use Intents to send the barcode to the apps. Which is the device vendor? |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply. I have the equipment document here. The original file is jar. Maui binding is required, but then broadcast message registration and reception are required. But I don't know how to broadcast and receive these. Do you have a sample program here? |
Beta Was this translation helpful? Give feedback.
-
There are almost all objects in the Android SDK in MAUI, so you only need to refer to the Java example and implement it in 'MainActivity' |
Beta Was this translation helpful? Give feedback.
-
Thank you. The problem has been solved. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
How to use broadcast to receive messages triggered by three-party hardware in maui
Public API Changes
no
Intended Use-Case
Infrared QR code scanning of handheld devices. Press the scan button of the handheld device, and the app receives the message.
Beta Was this translation helpful? Give feedback.
All reactions