Skip to content

v4.0.3 (Jun 30, 2023)

Compare
Choose a tag to compare
@sf-tyler-jeong sf-tyler-jeong released this 30 Jun 01:34
· 92 commits to master since this release

Features

FeedChannel

  • Added FeedChannelListQuery
  • Added FeedChannel.
  • Added feed in ChannelType.
  • Added getMyFeedChannelChangeLogs() with FeedChannelChangeLogsParams in SendbirdChat.
  • Added getTotalUnreadMessageCountWithFeedChannel() in SendbirdChat.
  • Added FeedChannelHandler.
  • Added onTotalUnreadMessageCountChanged() in UserEventHandler and UnreadMessageCount.

Collection for notifications

  • Added NotificationCollection, NotificationCollectionHandler and NotificationContext.
  • Added BaseMessageCollection, BaseMessageCollectionHandler and BaseMessageContext.
  • Added FeedChannelContext, BaseChannelContext.

ChatNotification for GroupChannel

  • Added isChatNotification in GroupChannel.
  • Added includeChatNotification in GroupChannelListQuery and GroupChannelChangeLogsParams.

Setting and Template for Notification

  • Added getGlobalNotificationChannelSetting() and GlobalNotificationChannelSetting in SendbirdChat.
  • Added getNotificationTemplateListByToken() with NotificationTemplateListParams and NotificationTemplateList in SendbirdChat.
  • Added getNotificationTemplate() and NotificationTemplate in SendbirdChat.

NotificationInfo

  • Added NotificationInfo.
  • Added notificationInfo in AppInfo.

Improvements

  • Improved stability.