EventBus icon indicating copy to clipboard operation
EventBus copied to clipboard

Can you support the OpenHarmony JavaScript version?

Open DoraCoder opened this issue 3 years ago • 2 comments

I am developing an OpenHarmony application with JavaScript language which used your library, will your library support OpenHarmony platform by JavaScript language? if so, I want to contribute to the OpenHarmony build of this library. Expecte foe your reply!

DoraCoder avatar Aug 17 '22 08:08 DoraCoder

This is a Java/Android library, I'm not sure how this applies? Anyhow, at this point we are likely not supporting any additional platforms.

greenrobot-team avatar Aug 29 '22 08:08 greenrobot-team

u can achieve it by yourself. u can use the knowledge like reflection ,thread switch (main ->child ,child->main),and two Hashmap which is thread safe to store Method Information in javascript area to achieve this function

sunreview avatar Mar 12 '23 15:03 sunreview