- Updated Sendbird Chat SDK to 3.1.0
- Added Reply to Channel feature
- Added
SBUGlobals.ReplyTypeToUse
- Added
SBUReplyType
and itsfilterValue
returnsSBDReplyType
- Added
SBUQuoteMessageInputView
and its params for configuration - Added
SBUQuotedMessageViewProtocol
- Added
SBUQuotedBaseMessageView
and its params for configuration - Added
SBUQuotedUserMessageView
,SBUQuotedFileMessageView
as subclass
- Added
- Cleaning up Message Cell code
- Added params to configure message cells
- Added
SBUViewLifeCycle
,SBUView
,SBUTableView
- Added
SBUStackView
- Local caching support
- Modified
SBUMain.initialize(applicationId:)
toSBUMain.initialize(applicationId:migrationStartHandler:completionHandler:)
SBUMain.connect
can return user instance even when it's online.
- Modified