Skip to content

v3.20.0

Compare
Choose a tag to compare
@sendbird-sdk-deployment sendbird-sdk-deployment released this 29 Aug 02:09
· 8 commits to main since this release
c49f473

v3.20.0 (Aug 29, 2024) with Chat SDK v4.18.0 DEPRECATED

  • Deprecated as this version would cause MissingFieldException from NotificationTemplate 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.