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.

See also

#getNotificationLevel

#getNotificationLevel

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.