Feed Channel Context
class FeedChannelContext @JvmOverloads constructor(val collectionEventSource: CollectionEventSource, val eventDetail: EventDetail = EventDetail.None) : BaseChannelContext
The context of a channel, used in NotificationCollectionHandler.
Since
4.6.0
Constructors
Link copied to clipboard
constructor(collectionEventSource: CollectionEventSource, eventDetail: EventDetail = EventDetail.None)
Properties
Link copied to clipboard
The CollectionEventSource of current context.
Link copied to clipboard
The EventDetail of current context. Includes detailed information sames as GroupChannelHandler/FeedChannelHandler.
Link copied to clipboard
Whether the CollectionEventSource of this context is from the real-time events.
Link copied to clipboard
The name of CollectionEventSource.