Interface | Description |
---|---|
AddOperatorsHandler |
interface for the handler of
BaseChannel.addOperators(Collection, AddOperatorsHandler) method. |
AllowFriendDiscoveryHandler | |
ChannelChangeLogsHandler |
The Handler that is using when calling MessageChangeLogs API requests.
|
CompletionHandler |
The simple handler for receiving whether a job had an exception or not.
|
DBInitHandler | |
MessageCollectionHandler |
An interface used in
MessageCollection . |
MessageCollectionInitHandler |
An interface used in
MessageCollection.initialize(MessageCollectionInitPolicy, MessageCollectionInitHandler) . |
OnResultHandler<T> |
The handler is using for getting results.
|
RemoveAllOperatorsHandler |
interface for the handler of
BaseChannel.removeAllOperators(RemoveAllOperatorsHandler) method. |
SessionTokenRequester |
Interface that is passed on to
SessionHandler#onSessionTokenRequired(SessionTokenRequester) . |
TokenDataSource |
This interface exists to obtain data that can be changed.
|
Class | Description |
---|---|
GroupChannelContext |
The context of a channel, used in
GroupChannelCollectionHandler . |
MessageContext |
The context of a channel, used in
MessageCollectionHandler . |
Enum | Description |
---|---|
CollectionEventSource |
Indicates the source of an event.
|
MessageCollectionInitPolicy |
Init policy used in
MessageCollection . |
Copyright © 2021, Sendbird or its affiliates. All rights reserved.
Report a bug or request a feature
For further developer documentation, see Chat SDK Documentation. That documentation contains more detailed descriptions, conceptual overviews, definitions of terms, and code examples.