-
- All Implemented Interfaces:
-
com.sendbird.android.handlers.Traceable
public final class GroupChannelContext implements Traceable
The context of a channel, used in GroupChannelCollectionHandler.
-
-
Field Summary
Fields Modifier and Type Field Description private final CollectionEventSource
collectionEventSource
-
Constructor Summary
Constructors Constructor Description GroupChannelContext(CollectionEventSource collectionEventSource)
-
Method Summary
Modifier and Type Method Description CollectionEventSource
getCollectionEventSource()
Returns the CollectionEventSource of current context. String
getTraceName()
Returns the name of CollectionEventSource. boolean
isFromEvent()
Returns whether the CollectionEventSource of this context is from the real-time events. String
toString()
-
-
Constructor Detail
-
GroupChannelContext
GroupChannelContext(CollectionEventSource collectionEventSource)
-
-
Method Detail
-
getCollectionEventSource
CollectionEventSource getCollectionEventSource()
Returns the CollectionEventSource of current context.
-
getTraceName
String getTraceName()
Returns the name of CollectionEventSource.
-
isFromEvent
boolean isFromEvent()
Returns whether the CollectionEventSource of this context is from the real-time events.
-
-
-
-