searchChannelByName

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

Searches for channels by name.

This method searches for channels whose names match the specified string.

Parameters

name

The name or part of the name to search for.

listener

RainbowListener, Unit> (optional) callback invoked upon completion of the operation. Set to null if not required.