handleCidEvent

open override fun handleCidEvent(event: CidEvent, filter: FilterObject, cachedChannel: Channel?): EventHandlingResult

Handles additional events:

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.

See also