I need to implement some functionality that triggers an action on an interval and emits the results back to javascript.
To simplify things I will use the echo examp
Just if it helps somebody, in Android I am not using PluginResult and I am still able to keep a reference to the CallbackContext and call it anytime. I am not sure if this is the right way, but I can confirm that it worked for me.