dismissChannelNotifications

abstract fun dismissChannelNotifications(channelType: String, channelId: String)

Dismiss notifications from a given channelType and channelId.

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.