v3.20.0
sendbird-sdk-deployment
released this
29 Aug 02:09
·
8 commits
to main
since this release
v3.20.0 (Aug 29, 2024) with Chat SDK v4.18.0
DEPRECATED
v4.18.0
- Deprecated as this version would cause
MissingFieldException
fromNotificationTemplate
due to adding a new field without a default value. - Added support for EmojiCategory. You can now filter emojis for different messages when adding Reactions to a message.
- New Interfaces
class BaseMessageListAdapter { fun getEmojiCategories(message: BaseMessage): List<Long>? { return null } }
- Note: You need to set your custom EmojiCategory using Sendbird Platform API in advance.
- New Interfaces