dismissChannelNotifications

fun dismissChannelNotifications(channelType: String, channelId: String)

Dismiss notifications from a given channelType and channelId. Be sure to initialize ChatClient before calling this method!

Parameters

channelType

String that represent the channel type of the channel you want to dismiss notifications.

channelId

String that represent the channel id of the channel you want to dismiss notifications.