EventBus icon indicating copy to clipboard operation
EventBus copied to clipboard

EventBus and Jetpack Compose

Open Lingga-MG opened this issue 2 years ago • 2 comments

Is it possible to use EventBus on Composable function(Jetpack compose)?

Thanks

Lingga-MG avatar Apr 12 '22 01:04 Lingga-MG

Haven't tried. What are the requirements? Do you maybe have a code snippet or link to some docs to explain what you are trying to do?

greenrobot-team avatar Apr 12 '22 06:04 greenrobot-team

It's probably possible if the composable has a life cycle that you can use to register and unregister events. Although the subscribers also have to be functions so I am not sure how that would work.

funyin avatar Aug 16 '22 15:08 funyin