TCHConversationNotificationLevel Constants Reference
| Declared in | TCHConstants.h | 
|---|
TCHConversationNotificationLevel
Enumeration indicating the user’s notification level on a conversation.
Definition
typedef NS_ENUM(NSInteger, TCHConversationNotificationLevel ) {
                            
                               TCHConversationNotificationLevelDefault = 0,
                            
                               TCHConversationNotificationLevelMuted,
                            
                            };
                    
                    Constants
Declared In
TCHConstants.h