4.19.8
sendbird-sdk-deployment
released this
09 Jul 08:13
·
26 commits
to master
since this release
Improvements
- Deprecated
SendbirdChat.authenticateFeed
; Please useSendbirdChat.authenticate
instead. - Added
SendbirdChat.getTotalUnreadNotificationsCount
to get the total unread notification count of the user. - Renamed
markAsViewed(messages:)
tologViewed(messages:)
. - Added push notification handling methods to accept the API host as a parameter for sending delivered and clicked requests.
SendbirdChat.markPushNotificationAsDelivered(apiHost:remoteNotificationPayload:completionHandler:)
SendbirdChat.markPushNotificationAsClicked(apiHost:remoteNotificationPayload:completionHandler:)
- Fixed an issue where
RequestHeadersContext
crashes due to_swift_release_dealloc
.