v4.13.0
·
94 commits
to stable
since this release
Feature
SDK now supports MessageForm
! Form message can only be sent through AI Chatbot in Sendbird dashboard.
- Added
MessageForm
- Added
MessageFormItem
- Added
MessageFormItemStyle
, - Added
MessageFormItemLayout
, - Added
MessageFormItemResultCount
, - Added
submitMessageForm()
inBaseMessage
- Deprecated
submitMessageForm(data)
inBaseMessage
Improvements
- Added
sb.authenticate()
- Added
sb.feedChannel.getTotalUnreadNotificationCount()
- Deprecated
sb.authenticateFeed()
- Deprecated
sb.feedChannel.getTotalUnreadMessageCount()
- Fixed timing issue with
BackGroundSync
completion confirmation - Fixed a bug that
userIdsFilter
andsearchFilter
don't work in MessageCollection - (internal) Added
ThrottleController
inMessageCollection