getChannelByName

abstract fun getChannelByName(channelName: String): Channel?

Get a @object:Channel by its name but only in the user channels (locally).

Return

The @object:Channel if exist or null

Parameters

channelName

String The name of the searched channel