Releases: sendbird/sendbird-ios-framework
Releases · sendbird/sendbird-ios-framework
v3.0.82
- Moved
markAsReadAllWithCompletionHandler:
from SBDGroupChannel to SBDMain. - Added
markAsReadWithChannelUrls:completionHandler:
in SBDMain to mark ad read some channels. - Added member state filter enum -
SBDMemberStateFilterInvitedByFriend
,SBDMemberStatefilterInvitedByNonFriend
. - Changed notification key in SBDReachability not to conflict duplicate.
- Changed callback parameters of
getFriendChangeLogsByToken:completionHandler:
. CombinedaddedUsers
andupdatedUsers
toupdatedUsers
. - Change unread message count behavior.
- Updated SocketRocket library.
- Fixed SocketRocket library not working with 'MyDataManager' application.
- Improved routing.
v3.0.81
Friend
- Added
setCustomTypesFilter
inSBDGroupChannelListQuery
to search group channels. - Added
originalProfileUrl
inSBDUser
for getting original profile image. - Added Friend feature.
addFriendsWithUserIds:completionHandler:
adds friends with friends' user IDs.deleteFriendWithUserId:completionHandler:
deletes a friend with a friend's user ID.deleteFriendsWithUserIds:completionHandler:
deletes friends with friends' user IDs.deleteFriendWithDiscovery:completionHandler:
deletes friend's discovery key.deleteFriendsWithDiscoveries:completionHandler:
deletes friends' discovery keys.uploadFriendDiscoveries:completionHandler:
adds friend using discovery key.getFriendChangeLogsByToken:completionHandler:
gets the logs about changing friend relation.createFriendListQuery
creates aSBDFriendListQuery
object for getting friend list.addUserEventDelegate:identifier:
adds delegate for receiving user event.removeUserEventDelegateForIdentifier:
removes user event delegate with identifier.removeAllUserEventDelegates
removes all user event delegate.SBDUserEventDelegate
: user event delegate.
- From now, even when you call
connectWithUserId:...
before the previousconnectWithUserId:...
finishes, all of them get called back for the connection establishment result at the same time.
v3.0.79
v3.0.78
- Fixed connection bug.
v3.0.77
- Fixed
state
ofSBDMember
bug.
v3.0.76
- Fixed
state
ofSBDMember
bug.
v3.0.75
- Added
isActive
property toSBDUser
.
v3.0.74
- Fixed bug.
v3.0.73
- Added
channelWasHidden:
delegate toSBDChannelDelegate
for a channel hidden event.