ListenerSupport

interface ListenerSupport

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class Local(notificationScope: CoroutineScope, notifications: Flow<String>, notify: suspend (String) -> Unit) : ScopedListenerSupport
Link copied to clipboard
Link copied to clipboard
class Remote(notificationScope: CoroutineScope, notificationName: (String) -> String = { it }) : ScopedListenerSupport