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

TCHConversationNotificationLevelDefault

User will receive notifications for the conversation if joined, nothing if unjoined.

Declared In TCHConstants.h.

TCHConversationNotificationLevelMuted

User will not receive notifications for the conversation.

Declared In TCHConstants.h.

Declared In

TCHConstants.h