set Notification Level
abstract fun setNotificationLevel(notificationLevel: Conversation.NotificationLevel, listener: StatusListener)
Content copied to clipboard
Set the user's notification level for the conversation. This property determines whether the user will receive push notifications for activity on this conversation.
See also
#get Notification Level
#getNotificationLevel
Parameters
notification Level
The new notification level for the current user on this conversation.
listener
Listener that will receive callback with the status of update operation.