EventBus
EventBus copied to clipboard
EventBus and Jetpack Compose
trafficstars
Is it possible to use EventBus on Composable function(Jetpack compose)?
Thanks
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?
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.