Skip to content

v4.1.0 (Nov 3, 2023)

Compare
Choose a tag to compare
@sf-tyler-jeong sf-tyler-jeong released this 03 Nov 01:21
· 71 commits to master since this release
080a549

Features

NotificationMessage

  • Added NotificationMessage with notificationId, messageStatus and notificationData
  • Added markAsReadBy(), logImpression() and logCustom() in FeedChannel
  • Replaced BaseMessage? lastMessage with NotificationMessage? lastMessage in FeedChannel
  • Replaced List<BaseMessage> messageList with List<NotificationMessage> messageList in NotificationCollection
  • Modified onMessagesAdded(), onMessagesUpdated() and onMessagesDeleted() in NotificationCollectionHandler
  • Modified onMessageReceived() and onChannelChanged() in FeedChannelHandler

Deprecated Methods

  • Removed onTotalUnreadMessageCountUpdated() in UserEventHandler

Improvements

  • Improved stability