handleCidEvent
open fun handleCidEvent(event: CidEvent, filter: FilterObject, cachedChannel: Channel?): EventHandlingResult
Handles CidEvent event which is associated with a specific Channel which can be tracked using CidEvent.cid.
Return
EventHandlingResult Result of handling.
Parameters
event
ChatEvent that may contain updates for the set of channels.
filter
FilterObject associated with the set of channels. Can be used to define the result of handling.
cachedChannel
optional cached Channel object if exists.