fetchChannelsByDescription

abstract fun fetchChannelsByDescription(topic: String?, listener: RainbowListener<List<Channel>, Unit>? = null)

Fetch channels by its description (from server).

The response is sent in the success callback as a List<@object:Channel>.

Parameters

topic

String The topic of the searched channel

listener

RainbowListener, Unit> callback (onSuccess, onError)