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

WatchChannelImpl

class WatchChannelImpl : WatchChannel

Constructors

<init>

WatchChannelImpl(domainImpl: ChatDomainImpl)

Properties

domainImpl

var domainImpl: ChatDomainImpl

Functions

invoke

Watches the given channel and returns a ChannelController

operator fun invoke(cid: String, messageLimit: Int): Call2<ChannelController>