SBDUnreadItemKey Constants Reference
| Declared in | SBDTypes.h | 
|---|
SBDUnreadItemKey
The bitmask keys of count about unread messages or invitation.
Definition
typedef NS_OPTIONS(NSUInteger, SBDUnreadItemKey ) {
                            
                               SBDUnreadItemKeyNonSuperUnreadMessageCount = ( 1 < < 0 ),
                            
                               SBDUnreadItemKeySuperUnreadMessageCount = ( 1 < < 1 ),
                            
                               SBDUnreadItemKeyNonSuperInvitationCount = ( 1 < < 2 ),
                            
                               SBDUnreadItemKeySuperInvitationCount = ( 1 < < 3 ),
                            
                               SBDUnreadItemKeyNonSuperUnreadMentionCount = ( 1 < < 4 ),
                            
                               SBDUnreadItemKeySuperUnreadMentionCount = ( 1 < < 5 ),
                            
                               SBDUnreadItemKeyGroupChannelUnreadMessageCount = ( 1 < < 10 ),
                            
                               SBDUnreadItemKeyGroupChannelUnreadMentionCount = ( 1 < < 11 ),
                            
                               SBDUnreadItemKeyGroupChannelInvitationCount = ( 1 < < 12 ),
                            
                            };
                    
                    Constants
SBDUnreadItemKeyNonSuperUnreadMessageCount- 
The bitmask key for unread message count of non super channel.
Declared In
SBDTypes.h. SBDUnreadItemKeySuperUnreadMessageCount- 
The bitmask key for unread message count of super channel.
Declared In
SBDTypes.h. SBDUnreadItemKeyNonSuperInvitationCount- 
The bitmask key for invitation count of non super channel.
Declared In
SBDTypes.h. SBDUnreadItemKeySuperInvitationCount- 
The bitmask key for invitation count of super channel.
Declared In
SBDTypes.h. SBDUnreadItemKeyNonSuperUnreadMentionCount- 
The bitmask key for unread mention count of non super channel.
Declared In
SBDTypes.h. SBDUnreadItemKeySuperUnreadMentionCount- 
The bitmask key for unread mention count of non super channel.
Declared In
SBDTypes.h. SBDUnreadItemKeyGroupChannelUnreadMessageCount- 
The bitmask key for unread message count of group channel(super and non-super).
Declared In
SBDTypes.h. SBDUnreadItemKeyGroupChannelUnreadMentionCount- 
The bitmask key for unread mention count of group channel(super and non-super).
Declared In
SBDTypes.h. SBDUnreadItemKeyGroupChannelInvitationCount- 
The bitmask key for invitation count of group channel(super and non-super).
Declared In
SBDTypes.h. 
Declared In
SBDTypes.h