EventListenable

interface EventListenable<out T>

Properties

events
Link copied to clipboard
abstract val events: SharedFlow<T>

Inheritors

BroadcastEventBus
Link copied to clipboard

Extensions

collect
Link copied to clipboard
inline suspend fun <T> EventListenable<T>.collect(crossinline action: suspend (T) -> Unit)

Sources

SDK source
Link copied to clipboard