library / io.getstream.chat.android.livedata.usecase / ShowChannel

ShowChannel

interface ShowChannel

Functions

invoke

Shows a channel that was previously hidden

abstract operator fun invoke(cid: String): Call2<Unit>

Inheritors

ShowChannelImpl

class ShowChannelImpl : ShowChannel