onChannelDeleted

open fun onChannelDeleted(channelUrl: String, channelType: ChannelType)

A callback for when channel is deleted.

Parameters

channelUrl

URL of deleted channel.

channelType

Channel type.

ChannelType.OPEN represents OpenChannel.

ChannelType.GROUP represents GroupChannel.