Message Context
class MessageContext(val collectionEventSource: CollectionEventSource, val messagesSendingStatus: SendingStatus) : BaseMessageContext
The context of a channel, used in MessageCollectionHandler.
Since
3.1.0
Properties
Link copied to clipboard
the CollectionEventSource of current context
Link copied to clipboard
Whether the CollectionEventSource of this context is from the real-time events.
Link copied to clipboard
the sending status of the messages that's sent out from MessageCollectionHandler with this context.
Link copied to clipboard
The name of CollectionEventSource.