TCHChannelNotificationLevel Constants Reference

Declared in TCHConstants.h

TCHChannelNotificationLevel

Enumeration indicating the user’s notification level on a channel.

Definition

typedef NS_ENUM(NSInteger, TCHChannelNotificationLevel ) {
   TCHChannelNotificationLevelDefault = 0,
   TCHChannelNotificationLevelMuted,
};

Constants

TCHChannelNotificationLevelDefault

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

Declared In TCHConstants.h.

TCHChannelNotificationLevelMuted

User will not receive notifications for the channel.

Declared In TCHConstants.h.

Declared In

TCHConstants.h