How to make native app listen to a broadcast intent?

0
Got me a piece of mobile hardware connected to my mobile device and the hardware’s software is installed on the mobile device. That software is broadcasting intents. How can I make my app act on the broadcasted intents? So far I have followed the manual for making the app respond to deep links as described in the Mendix docs. And succeeded, my app responds. But that is a deeplink. Not yet a response to a broadcasted intent. Using Mx15.2 and the most recent NBUI. Does anybody have an idea how to make my app respond to the broadcasted intents?
asked
1 answers
1

I think you would need to create a Broadcast receiver. See stackoverflow here: https://stackoverflow.com/questions/31217465/how-are-custom-broadcast-events-implemented-in-javascript-or-jquery

Regards,

Ronald

 

answered