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

ThreadLoadMoreImpl

class ThreadLoadMoreImpl : ThreadLoadMore

Constructors

<init>

ThreadLoadMoreImpl(domainImpl: ChatDomainImpl)

Properties

domainImpl

var domainImpl: ChatDomainImpl

Functions

invoke

Loads more messages for the specified thread

operator fun invoke(cid: String, parentId: String, messageLimit: Int): Call2<List<Message>>