Is it possible to trigger the background runner events from Android when we receive an Android broadcast event within a Broadcast Receiver?
For example, I want to do some login in JS when the user receives SMS and the app is in the background. Currently, I have a Broadcast Receiver written in native Android. But I don't know how to pass that event to my JS code.