SBDUserEventDelegate Protocol Reference

Conforms to NSObject
Declared in SBDUser.h

– didDiscoverFriends:

- (void)didDiscoverFriends:(NSArray<SBDUser*> *_Nullable)friends

– didUpdateTotalUnreadMessageCount:totalCountByCustomType:

Invoked when total unread message count has been updated

- (void)didUpdateTotalUnreadMessageCount:(int32_t)totalCount totalCountByCustomType:(nullable NSDictionary<NSString*,NSNumber*> *)totalCountByCustomType

Parameters

totalCount

New total unread count

totalCountByCustomType

Dictionary with key of custom tyeps and value of unread count

Availability

3.0.154

Declared In

SBDUser.h