Base Channel Handler
Channel handler. This handler provides callbacks for events related OpenChannel
or GroupChannel
. All callbacks are called only when the currently logged-in User
is a participant or member of OpenChannel
or GroupChannel
respectively. To add or remove this handler, refer to SendbirdChat.addChannelHandler and SendbirdChat.removeChannelHandler.
Inheritors
Functions
A callback for when channel property is changed.
A callback for when channel is deleted.
A callback for when channel is frozen (Users can't send messages).
A callback for when channel is unfrozen (Users can send messages).
A callback for when a mention is received.
A callback for when a message is deleted.
A callback for when a message is received.
A callback for when a message is updated.
A callback for when channel meta counters is created.
A callback for when channel meta counters are deleted.
A callback for when channel meta counters is updated.
A callback for when channel meta data is created.
A callback for when channel meta data is deleted.
A callback for when channel meta data is updated.
A callback for when operators change in channel
A callback for when a reactionEvent is updated.
A callback for when the thread information is updated.
A callback for when user is banned from channel.
A callback for when a User is muted from channel.
A callback for when user is unbanned from channel.
A callback for when User is unmuted from channel.