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

HideChannelImpl

class HideChannelImpl : HideChannel

Constructors

<init>

HideChannelImpl(domainImpl: ChatDomainImpl)

Properties

domainImpl

var domainImpl: ChatDomainImpl

Functions

invoke

Hides the channel with the specified id

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