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

ShowChannelImpl

class ShowChannelImpl : ShowChannel

Constructors

<init>

ShowChannelImpl(domainImpl: ChatDomainImpl)

Properties

domainImpl

var domainImpl: ChatDomainImpl

Functions

invoke

Shows a channel that was previously hidden

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