onDeleteChannelResult

open suspend override fun onDeleteChannelResult(channelType: String, channelId: String, result: Result<Channel>)

A method called after receiving the response from the delete channel call.

Parameters

channelType

The channel type. ie messaging.

channelId

The channel id. ie 123.

result

The API call result.