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

WatchChannel

interface WatchChannel

Functions

invoke

Watches the given channel and returns a ChannelController

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

Inheritors

WatchChannelImpl

class WatchChannelImpl : WatchChannel