• Q: how do I implement the "on" event callbacks? The difficulty I have is that Wifi is a library. In order to queue a callback, I believe I need to use:

    jsiQueueObjectCallbacks(wifi, eventName, params, 1);
    

    where wifi is the wifi library object. But I believe there is no such thing? Suggestions for implementing the events on a global singleton?

About

Avatar for tve @tve started