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

MarkReadImpl

class MarkReadImpl : MarkRead

Constructors

<init>

MarkReadImpl(domainImpl: ChatDomainImpl)

Properties

domainImpl

var domainImpl: ChatDomainImpl

Functions

invoke

Marks the messages on the specified channel as read

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