Sendbird Chat SDK for Unity
SbMessageContext

The context of a channel, used in MessageCollectionHandler. More...

Public Member Functions

bool IsFromEvent ()
 Whether the CollectionEventSource of this context is from the real-time events. More...
 

Properties

SbCollectionEventSource CollectionEventSource [get]
 The SbCollectionEventSource of current context More...
 
SbSendingStatus MessageSendingStatus [get]
 The sending status of the messages that's sent out from SbMessageCollectionHandler with this context. More...
 

Detailed Description

The context of a channel, used in MessageCollectionHandler.

Since
4.0.0

Member Function Documentation

◆ IsFromEvent()

bool IsFromEvent ( )

Whether the CollectionEventSource of this context is from the real-time events.

Returns
Since
4.0.0

Property Documentation

◆ CollectionEventSource

SbCollectionEventSource CollectionEventSource
get

The SbCollectionEventSource of current context

Since
4.0.0

◆ MessageSendingStatus

SbSendingStatus MessageSendingStatus
get

The sending status of the messages that's sent out from SbMessageCollectionHandler with this context.

Since
4.0.0