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

ReplayEventsForActiveChannelsImpl

class ReplayEventsForActiveChannelsImpl : ReplayEventsForActiveChannels

Constructors

<init>

ReplayEventsForActiveChannelsImpl(domainImpl: ChatDomainImpl)

Properties

domainImpl

var domainImpl: ChatDomainImpl

Functions

invoke

Adds the specified channel to the active channels Replays events for all active channels This ensures that your local storage is up to date with the server

operator fun invoke(cid: String): Call2<List<ChatEvent>>