ChannelEventListenerService

@Singleton
class ChannelEventListenerService(serverRepository: ServerRepository, sessionService: SessionService) : ChannelEventsListener

Constructors

Link copied to clipboard
constructor(serverRepository: ServerRepository, sessionService: SessionService)

Functions

Link copied to clipboard
open override fun handle(event: ChannelEvent)
Link copied to clipboard
open operator fun invoke(event: ChannelEvent): Result<Unit>