v3.20.1
sendbird-sdk-deployment
released this
30 Aug 01:11
·
6 commits
to main
since this release
v3.20.1 (Aug 30, 2024) with Chat SDK v4.18.0
- 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
- Fixed a crash in the new version due to new fields not having default value.