Skip to content

v3.20.1

Compare
Choose a tag to compare
@sendbird-sdk-deployment sendbird-sdk-deployment released this 30 Aug 01:11
· 6 commits to main since this release
c103e1c

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.
  • Fixed a crash in the new version due to new fields not having default value.