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

MarkRead

interface MarkRead

Functions

invoke

Marks the messages on the specified channel as read

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

Inheritors

MarkReadImpl

class MarkReadImpl : MarkRead