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

GetThreadImpl

class GetThreadImpl : GetThread

Constructors

<init>

GetThreadImpl(domainImpl: ChatDomainImpl)

Properties

domainImpl

var domainImpl: ChatDomainImpl

Functions

invoke

Returns a thread controller for the given channel and message id

operator fun invoke(cid: String, parentId: String): Call2<ThreadController>