MessageContext

class MessageContext(val collectionEventSource: CollectionEventSource, val messagesSendingStatus: SendingStatus) : BaseMessageContext

The context of a channel, used in MessageCollectionHandler.

Since

3.1.0

Constructors

Link copied to clipboard
constructor(collectionEventSource: CollectionEventSource, messagesSendingStatus: SendingStatus)

Properties

Link copied to clipboard
Link copied to clipboard
open override val isFromEvent: Boolean

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
open override val traceName: String

Functions

Link copied to clipboard
open override fun toString(): String