Chat Android SDK  7.0.1
com.twilio.chat.Channel.NotificationLevel Enum Reference

User's notification level on a channel. More...

Public Attributes

 DEFAULT =(0)
 User will receive notifications for the channel if joined, nothing if unjoined. More...
 
 MUTED =(1)
 User will not receive notifications for the channel. More...
 

Detailed Description

User's notification level on a channel.

Member Data Documentation

com.twilio.chat.Channel.NotificationLevel.DEFAULT =(0)

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

com.twilio.chat.Channel.NotificationLevel.MUTED =(1)

User will not receive notifications for the channel.