Skip to content

observe without lifecycle

milan jurkulák edited this page May 2, 2024 · 1 revision

//tvlib/org.mjdev.tvlib.events.core/EventBusCore/observeWithoutLifecycle

observeWithoutLifecycle

[androidJvm]
suspend fun <T : Any> observeWithoutLifecycle(eventName: String, isSticky: Boolean, onReceived: (T) -> Unit)

Clone this wiki locally