setNotificationLevel
abstract fun setNotificationLevel(notificationLevel: Conversation.NotificationLevel, listener: StatusListener)
Set the user's notification level for the conversation. This property determines whether the user will receive push notifications for activity on this conversation.
Parameters
notificationLevel
The new notification level for the current user on this conversation.
listener
Listener that will receive callback with the status of update operation.